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

属性值

关联的错误文件的路径。 可以是空字符串。

适用于