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 = 2The action is to create.
Delete = 5The action is to delete.
NotApplicable = 1The action is not applicable.
Replace = 3The action is to replace.
Unknown = 0The action is unknown.
Update = 4The action is to update.