GPPermission.Inherited Property

 

Gets a value that indicates whether the permission is inherited from a parent container.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public bool Inherited { get; }
public:
property bool Inherited {
    bool get();
}
member Inherited : bool with get
Public ReadOnly Property Inherited As Boolean

Property Value

Type: System.Boolean

Returns Boolean. true if the permission is inherited; otherwise, false.

See Also

GPPermission Class
Microsoft.GroupPolicy Namespace

Return to top