Table of Contents

Class ExchangeUMDialPlans

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

Represents the Unified Messaging dial plans configured in a Microsoft Exchange organization.

public class ExchangeUMDialPlans : BypassSection
Inheritance
ExchangeUMDialPlans
Inherited Members

Constructors

ExchangeUMDialPlans()

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

public ExchangeUMDialPlans()

Properties

Items

Gets or sets the items in the collection.

public ExchangeUMDialPlanCollection Items { get; set; }

Property Value

ExchangeUMDialPlanCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.ExchangeUMDialPlans class from the specified XML.

public static ExchangeUMDialPlans FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeUMDialPlans

A CENTREL.XIA.Configuration.Types.ExchangeUMDialPlans class.

ToString()

Returns the UM dial plans as a human readable string.

public override string ToString()

Returns

string

The UM dial plans as a human readable string.