ObjectSecurity::AuditRulesModified Property

 

Gets or sets a Boolean value that specifies whether the audit rules associated with this ObjectSecurity object have been modified.

Namespace:   System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)

protected:
property bool AuditRulesModified {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the audit rules associated with this ObjectSecurity object have been modified; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: