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

속성 값

Boolean

true 개체와 연결된 감사 규칙이 수정되었으면 ObjectSecurity 이고, 수정되지 않았으면 false입니다.

적용 대상