Som.GpoInheritanceBlocked Property

 

Gets or sets a value that indicates whether inheritance is blocked at the site, domain, or OU.

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

Syntax

public bool GpoInheritanceBlocked { get; set; }
public:
property bool GpoInheritanceBlocked {
    bool get();
    void set(bool value);
}
member GpoInheritanceBlocked : bool with get, set
Public Property GpoInheritanceBlocked As Boolean

Property Value

Type: System.Boolean

Returns Boolean. true if inheritance is blocked; otherwise, false.

See Also

Som Class
Microsoft.GroupPolicy Namespace

Return to top