Table of Contents

Class ExchangeServers

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

Represents the servers configured in a Microsoft Exchange organization. This only applies to Exchange On-Premises.

public class ExchangeServers : BypassSection
Inheritance
ExchangeServers
Inherited Members

Constructors

ExchangeServers()

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

public ExchangeServers()

Properties

Items

Gets or sets the items in the collection.

public ExchangeServerCollection Items { get; set; }

Property Value

ExchangeServerCollection

Methods

FromXml(string)

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

public static ExchangeServers FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeServers

A CENTREL.XIA.Configuration.Types.ExchangeServers class.

ToString()

Returns the Exchange servers as a human readable string.

public override string ToString()

Returns

string

The Exchange servers as a human readable string.