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