Table of Contents

Class GroupPolicyExtension

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

Represents an Active Directory Group Policy extension.

public abstract class GroupPolicyExtension : GlobalSerializableClassicBase, IComparable<GroupPolicyExtension>
Inheritance
GroupPolicyExtension
Implements
Derived

Constructors

GroupPolicyExtension()

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

public GroupPolicyExtension()

Properties

Identifier

Gets or sets the unique identifier of the extension.

public Guid Identifier { get; set; }

Property Value

Guid

TypeDisplayName

Gets the display name of the extension type.

public string TypeDisplayName { get; set; }

Property Value

string

TypeName

Gets the name of the extension type.

public string TypeName { get; set; }

Property Value

string

Methods

CompareTo(GroupPolicyExtension)

Compares two benchmark results to allow sorting by type display name.

public int CompareTo(GroupPolicyExtension other)

Parameters

other GroupPolicyExtension

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

Returns

int

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