Enum GroupPolicyObjectSettingsConfigurationType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the Group Policy Object settings configuration type.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyObjectSettingsConfigurationType
Fields
Computer = 1The type is computer.
Unknown = 0The type is unknown.
User = 2The type is user.