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