ActiveDirectorySecurity::AccessRightType Property

 

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

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

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

Property Value

Type: System::Type^

The Type of the access right.

This property always returns the Type of the ActiveDirectoryRights enumeration.

.NET Framework
Available since 2.0
Return to top
Show: