GPPermission.Inheritable Property

 

Gets a value that indicates whether the permission can be inherited by a child container.

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

Syntax

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

Property Value

Type: System.Boolean

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

See Also

GPPermission Class
Microsoft.GroupPolicy Namespace

Return to top