ActiveDirectorySecurity::AccessRuleType Property

 

Gets the Type that represents an access rule for this object.

Namespace:   System.DirectoryServices
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

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

Property Value

Type: System::Type^

The Type of the access rule.

This property always returns the Type of the ActiveDirectoryAccessRule class.

.NET Framework
Available since 2.0
Return to top
Show: