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