ActiveDirectoryAccessRule::ActiveDirectoryRights Property

 

Gets the Active Directory Domain Services rights for this access rule.

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

public:
property ActiveDirectoryRights ActiveDirectoryRights {
	ActiveDirectoryRights get();
}

Property Value

Type: System.DirectoryServices::ActiveDirectoryRights

A combination of one or more of the ActiveDirectoryRights enumeration values that specify the Active Directory Domain Services access rights that are included in this rule.

.NET Framework
Available since 2.0
Return to top
Show: