ObjectSecurity::AreAuditRulesCanonical Property

 

Gets a Boolean value that specifies whether the audit rules associated with this ObjectSecurity object are in canonical order.

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

public:
property bool AreAuditRulesCanonical {
	bool get();
}

Property Value

Type: System::Boolean

true if the audit rules are in canonical order; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: