Table of Contents

Enum GroupPolicySystemServiceStartupMode

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines the startup mode of a Group Policy system service.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicySystemServiceStartupMode

Fields

Automatic = 1

The startup mode is automatic.

Disabled = 2

The service is disabled.

Manual = 3

The startup mode is manual.

Unknown = 0

The startup type of the service is unknown.