Share via


PreferenceAction Enumeration

 

Specifies the action that a registry preference item has for a registry key or value when Group Policy is processed on a client.

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

Syntax

public enum PreferenceAction
public enum class PreferenceAction
type PreferenceAction
Public Enumeration PreferenceAction

Members

Member name Description
Create

The registry key or value is created.

Delete

the registry key or value is deleted.

Replace

The registry key or value is replaced.

Update

The registry key or value is updated.

See Also

Microsoft.GroupPolicy Namespace

Return to top