次の方法で共有


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

関連付けられたエラー ファイルのパス。 空の文字列の場合があります。

適用対象