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

プロパティ値

関連付けられているエラー ファイルへのパス。 空の文字列を指定できます。

適用対象