Table of Contents

Class ActiveDirectoryGroupPolicyLinkableObject

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

Represents an Active Directory Group Policy linkable object.

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

Constructors

ActiveDirectoryGroupPolicyLinkableObject()

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

public ActiveDirectoryGroupPolicyLinkableObject()

Properties

Description

Gets or sets the description of the object.

public string Description { get; set; }

Property Value

string

DistinguishedName

Gets or sets the distinguished name of the object.

public string DistinguishedName { get; set; }

Property Value

string

Identifier

Gets or sets the unique identifier of the object.

public Guid Identifier { get; set; }

Property Value

Guid

Gets or sets the Group Policy links.

public ActiveDirectoryGroupPolicyLinks Links { get; set; }

Property Value

ActiveDirectoryGroupPolicyLinks

Name

Gets or sets the name of the object.

public string Name { get; set; }

Property Value

string

Methods

CompareTo(ActiveDirectoryGroupPolicyLinkableObject)

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

public int CompareTo(ActiveDirectoryGroupPolicyLinkableObject other)

Parameters

other ActiveDirectoryGroupPolicyLinkableObject

The CENTREL.XIA.Configuration.Types.ActiveDirectoryGroupPolicyLinkableObject object to compare to.

Returns

int

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

ToString()

Returns the name of the object.

public override string ToString()

Returns

string

The name of the object.