Class ExchangeServerMailboxDatabaseCopy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a mailbox database copy configured in a Microsoft Exchange organization.
public class ExchangeServerMailboxDatabaseCopy : BaseTypeSection, IComparable<ExchangeServerMailboxDatabaseCopy>
- Inheritance
-
ExchangeServerMailboxDatabaseCopy
- Implements
Constructors
ExchangeServerMailboxDatabaseCopy()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeServerMailboxDatabaseCopy class.
public ExchangeServerMailboxDatabaseCopy()
Properties
CopyStatus
Gets or sets the status of the copy.
public ExchangeServerMailboxDatabaseCopyStatus CopyStatus { get; set; }
Property Value
CopyStatusString
Gets the status of the copy.
public string CopyStatusString { get; set; }
Property Value
Identity
Gets or sets the identity of the database copy.
public string Identity { get; set; }
Property Value
Name
Gets or sets the name of the database copy.
public string Name { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeServerMailboxDatabaseCopy cloned from this object.
public ExchangeServerMailboxDatabaseCopy Clone()
Returns
- ExchangeServerMailboxDatabaseCopy
A CENTREL.XIA.Configuration.Types.ExchangeServerMailboxDatabaseCopy.
CompareTo(ExchangeServerMailboxDatabaseCopy)
Compares two CENTREL.XIA.Configuration.Types.ExchangeServerMailboxDatabaseCopy objects to allow sorting alphabetically by name.
public int CompareTo(ExchangeServerMailboxDatabaseCopy other)
Parameters
other
ExchangeServerMailboxDatabaseCopyThe CENTREL.XIA.Configuration.Types.ExchangeServerMailboxDatabaseCopy to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ExchangeServerMailboxDatabaseCopy objects.