Table of Contents

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 = 3

The startup type is automatic.

AutomaticDelayed = 2

The startup type is automatic (delayed start).

Disabled = 5

The startup type is disabled.

Manual = 4

The startup type is manual.

NoChange = 1

The startup type is no change.

Unknown = 0

The startup type is unknown.