ActiveDirectoryAccessRule.InheritanceType Property

Definition

Gets the inheritance type for this access rule.

public:
 property System::DirectoryServices::ActiveDirectorySecurityInheritance InheritanceType { System::DirectoryServices::ActiveDirectorySecurityInheritance get(); };
public System.DirectoryServices.ActiveDirectorySecurityInheritance InheritanceType { get; }
member this.InheritanceType : System.DirectoryServices.ActiveDirectorySecurityInheritance
Public ReadOnly Property InheritanceType As ActiveDirectorySecurityInheritance

Property Value

One of the ActiveDirectorySecurityInheritance enumeration values that specifies the inheritance type for this access rule.

Applies to