EventLogConfiguration.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

プロパティ値

イベント ログ ファイルへのパスを含む文字列。

注釈

このプロパティの値が変更された場合は、 メソッドを SaveChanges 呼び出して変更を保存します。

適用対象

こちらもご覧ください