Table of Contents

Class ExchangeServerMailboxDatabaseCopies

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the mailbox database copies for a server in a Microsoft Exchange organization. This only applies to Exchange On-Premises.

public class ExchangeServerMailboxDatabaseCopies : BypassSection
Inheritance
ExchangeServerMailboxDatabaseCopies
Inherited Members

Constructors

ExchangeServerMailboxDatabaseCopies()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeServerMailboxDatabaseCopies class.

public ExchangeServerMailboxDatabaseCopies()

Properties

Items

Gets or sets the items in the collection.

public ExchangeServerMailboxDatabaseCopyCollection Items { get; set; }

Property Value

ExchangeServerMailboxDatabaseCopyCollection

MountedDatabaseCount

Gets the number of mounted database copies.

public int MountedDatabaseCount { get; set; }

Property Value

int

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.ExchangeServerMailboxDatabaseCopies class from the specified XML.

public static ExchangeServerMailboxDatabaseCopies FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeServerMailboxDatabaseCopies

A CENTREL.XIA.Configuration.Types.ExchangeServerMailboxDatabaseCopies class.

ToString()

Returns the mailbox database copies as a human readable string.

public override string ToString()

Returns

string

The mailbox database copies as a human readable string.