ObjectSecurity.AuditRulesModified プロパティ

定義

この ObjectSecurity オブジェクトに関連する監査規則が変更されたかどうかを指定するブール値を取得または設定します。

protected:
 property bool AuditRulesModified { bool get(); void set(bool value); };
protected bool AuditRulesModified { get; set; }
member this.AuditRulesModified : bool with get, set
Protected Property AuditRulesModified As Boolean

プロパティ値

この ObjectSecurity オブジェクトに関連付けられている監査規則が変更されている場合は true。それ以外の場合は false

適用対象