Class ExchangeUMDialPlanRules
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Unified Messaging dial plan rules configured in a Microsoft Exchange organization.
public class ExchangeUMDialPlanRules : BaseTypeSection
- Inheritance
-
ExchangeUMDialPlanRules
Constructors
ExchangeUMDialPlanRules()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeUMDialPlanRules class.
public ExchangeUMDialPlanRules()
Properties
Items
Gets or sets the items in the collection.
public ExchangeUMDialPlanRuleCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ExchangeUMDialPlanRules class from the specified XML.
public static ExchangeUMDialPlanRules FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ExchangeUMDialPlanRules
A CENTREL.XIA.Configuration.Types.ExchangeUMDialPlanRules class.
ToString()
Returns the UM dial plan rules as a human readable string.
public override string ToString()
Returns
- string
The UM dial plan rules as a human readable string.