Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ObjectSecurity::AreAccessRulesCanonical Property

 

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

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

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

Property Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft