Table of Contents

Enum GroupPolicyPreferenceAction

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines the action of a Group Policy preference.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyPreferenceAction

Fields

Create = 2

The action is to create.

Delete = 5

The action is to delete.

NotApplicable = 1

The action is not applicable.

Replace = 3

The action is to replace.

Unknown = 0

The action is unknown.

Update = 4

The action is to update.