Enum GroupPolicyServiceStartupType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the startup type of a Group Policy preference service.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyServiceStartupType
Fields
Automatic = 3The startup type is automatic.
AutomaticDelayed = 2The startup type is automatic (delayed start).
Disabled = 5The startup type is disabled.
Manual = 4The startup type is manual.
NoChange = 1The startup type is no change.
Unknown = 0The startup type is unknown.