共用方式為


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

到關聯之錯誤檔案的路徑。 可能是空字串。

適用於