PolicyRegistrySetting.PolicyState Property

 

Gets or sets the state for the registry-based policy setting

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

Syntax

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

Property Value

Type: Microsoft.GroupPolicy.PolicyState

Returns PolicyState. One of the enumeration values that specifies the state of the policy setting,

Remarks

The property determines how the registry key or value is modified when the policy setting is applied on a client.

See Also

PolicyRegistrySetting Class
Microsoft.GroupPolicy Namespace

Return to top