PolicyState Enumeration

 

Specifies the state of a registry-based policy setting.

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

Syntax

public enum PolicyState
public enum class PolicyState
type PolicyState
Public Enumeration PolicyState

Members

Member name Description
Delete

The registry key or value is deleted on the client when the policy setting is processed by Group Policy.

Set

The registry key or value is set on the client when the policy setting is processed by Group Policy.

Unknown

The state of the policy setting is not known.

Remarks

The state indicates how the policy setting is applied in the registry on a client.

See Also

Microsoft.GroupPolicy Namespace

Return to top