Table of Contents

Class ExchangeRemoteDomains

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

Represents the remote domains configured in a Microsoft Exchange organization.

public class ExchangeRemoteDomains : BypassSection
Inheritance
ExchangeRemoteDomains
Inherited Members

Constructors

ExchangeRemoteDomains()

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

public ExchangeRemoteDomains()

Properties

Items

Gets or sets the items in the collection.

public ExchangeRemoteDomainCollection Items { get; set; }

Property Value

ExchangeRemoteDomainCollection

Methods

FromXml(string)

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

public static ExchangeRemoteDomains FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeRemoteDomains

A CENTREL.XIA.Configuration.Types.ExchangeRemoteDomains class.

ToString()

Returns the remote domains as a human readable string.

public override string ToString()

Returns

string

The remote domains as a human readable string.