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