GpoLink.Enforced Property

 

Gets or sets a value that specifies whether the GPO link is enforced.

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

Syntax

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

Property Value

Type: System.Boolean

Returns Boolean. true if the GPO link is enforced; otherwise, false.

See Also

GpoLink Class
Microsoft.GroupPolicy Namespace

Return to top