UserConfiguration.Enabled Property

 

Gets or sets a value that specifies whether user settings are enabled.

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

Syntax

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

Property Value

Type: System.Boolean

Returns Boolean. true if user settings are enabled; otherwise, false.

See Also

UserConfiguration Class
Microsoft.GroupPolicy Namespace

Return to top