Table of Contents

Class GroupPolicySystemService

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

Represents an Active Directory Group Policy system service.

public class GroupPolicySystemService : GlobalSerializableClassicBase, IComparable<GroupPolicySystemService>
Inheritance
GroupPolicySystemService
Implements

Constructors

GroupPolicySystemService()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicySystemService class.

public GroupPolicySystemService()

Properties

Name

Gets or sets the name of the service.

public string Name { get; set; }

Property Value

string

SecurityDescriptorSddl

Gets or sets the security descriptor to assign in SDDL format.

public string SecurityDescriptorSddl { get; set; }

Property Value

string

StartupMode

Gets or sets the startup mode of the service.

public GroupPolicySystemServiceStartupMode StartupMode { get; set; }

Property Value

GroupPolicySystemServiceStartupMode

StartupModeString

Gets the startup mode of the service as a human readable string.

public string StartupModeString { get; set; }

Property Value

string

Methods

CompareTo(GroupPolicySystemService)

Compares two CENTREL.XIA.Configuration.Types.GroupPolicySystemService objects to allow sorting alphabetically by service name.

public int CompareTo(GroupPolicySystemService other)

Parameters

other GroupPolicySystemService

The CENTREL.XIA.Configuration.Types.GroupPolicySystemService to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.GroupPolicySystemService objects.