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.

FileSystemSecurity::AccessRuleType Property

 

Gets the enumeration that the FileSystemSecurity class uses to represent access rules.

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

public:
property Type^ AccessRuleType {
	virtual Type^ get() override;
}

Property Value

Type: System::Type^

A Type object representing the FileSystemAccessRule class.

Classes that derive from the FileSystemSecurity class override the AccessRuleType property and return the type they use to represent access rules. When you work with arrays or collections that contain multiple types of security objects, use this property to determine the correct access rule type to use with each security object.

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