ActiveDirectorySecurity.AccessRightType Property

Definition

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

public:
 virtual property Type ^ AccessRightType { Type ^ get(); };
public override Type AccessRightType { get; }
member this.AccessRightType : Type
Public Overrides ReadOnly Property AccessRightType As Type

Property Value

The Type of the access right.

Remarks

This property always returns the Type of the ActiveDirectoryRights enumeration.

Applies to