EventLogConfiguration.SecurityDescriptor プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イベント ログのセキュリティ記述子を取得または設定します。 セキュリティ記述子は、イベント ログの読み書きができるユーザーおよびユーザーのグループを定義します。
public:
property System::String ^ SecurityDescriptor { System::String ^ get(); void set(System::String ^ value); };
public string SecurityDescriptor { get; set; }
member this.SecurityDescriptor : string with get, set
Public Property SecurityDescriptor As String
プロパティ値
イベント ログのセキュリティ記述子を含む文字列。
注釈
このプロパティの値が変更された場合は、 メソッドを SaveChanges 呼び出して変更を保存します。