GenericAce.IsInherited Property

Definition

Gets a Boolean value that specifies whether this Access Control Entry (ACE) is inherited or is set explicitly.

public:
 property bool IsInherited { bool get(); };
public bool IsInherited { get; }
member this.IsInherited : bool
Public ReadOnly Property IsInherited As Boolean

Property Value

true if this ACE is inherited; otherwise, false.

Applies to