Table of Contents

Class ExchangeUMHuntGroup

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

Represents a Unified Messaging hunt group in a Microsoft Exchange organization.

public class ExchangeUMHuntGroup : BaseTypeSection, IComparable<ExchangeUMHuntGroup>
Inheritance
ExchangeUMHuntGroup
Implements

Constructors

ExchangeUMHuntGroup()

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

public ExchangeUMHuntGroup()

Properties

DialPlan

Gets or sets the name of the associated dial plan.

public string DialPlan { get; set; }

Property Value

string

Guid

Gets or sets the identifier of the unified messaging hunt group in GUID format.

public string Guid { get; set; }

Property Value

string

IPGateway

Gets or sets the name of the associated IP gateway.

public string IPGateway { get; set; }

Property Value

string

Identity

Gets or sets the identity of the unified messaging hunt group.

public string Identity { get; set; }

Property Value

string

Name

Gets or sets the name of the unified messaging hunt group.

public string Name { get; set; }

Property Value

string

PilotIdentifier

Gets or sets the pilot identifier.

public string PilotIdentifier { get; set; }

Property Value

string

WhenChanged

Gets or sets the date and time when the object was last updated.

public DateTime WhenChanged { get; set; }

Property Value

DateTime

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.ExchangeUMHuntGroup cloned from this object.

public ExchangeUMHuntGroup Clone()

Returns

ExchangeUMHuntGroup

A CENTREL.XIA.Configuration.Types.ExchangeUMHuntGroup.

CompareTo(ExchangeUMHuntGroup)

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

public int CompareTo(ExchangeUMHuntGroup other)

Parameters

other ExchangeUMHuntGroup

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

Returns

int

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