ProviderMetadata.MessageFilePath 属性
定义
获取包含消息表资源的文件的路径,该消息表资源具有与提供程序元数据关联的字符串。Gets the path of the file that contains the message table resource that has the strings associated with the provider metadata.
public:
property System::String ^ MessageFilePath { System::String ^ get(); };
public string MessageFilePath { get; }
member this.MessageFilePath : string
Public ReadOnly Property MessageFilePath As String
属性值
返回一个包含提供程序消息文件的路径的字符串。Returns a string that contains the path of the provider message file.