IErrorPage.LogFilePath 属性

定义

获取或设置错误日志文件(如果有)的字符串路径。

public:
 property System::String ^ LogFilePath { System::String ^ get(); void set(System::String ^ value); };
public string LogFilePath { get; set; }
member this.LogFilePath : string with get, set
Public Property LogFilePath As String

属性值

String

关联错误文件的路径。 可能为空字符串。

适用于