Enum GroupPolicyDeviceAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the target type of a Group Policy preference shortcut.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyDeviceAction
Fields
Disable = 1
The action is to disable the device.
Enable = 2
The action is to enable the device.
Unknown = 0
The action is unknown.