Table of Contents

Class ExchangeDistributionGroups

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

Represents the distribution groups configured in a Microsoft Exchange organization.

public class ExchangeDistributionGroups : BypassSection
Inheritance
ExchangeDistributionGroups
Inherited Members

Constructors

ExchangeDistributionGroups()

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

public ExchangeDistributionGroups()

Properties

Items

Gets or sets the items in the collection.

public ExchangeDistributionGroupCollection Items { get; set; }

Property Value

ExchangeDistributionGroupCollection

Methods

FromXml(string)

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

public static ExchangeDistributionGroups FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeDistributionGroups

A CENTREL.XIA.Configuration.Types.ExchangeDistributionGroups class.

ToString()

Returns the distribution groups as a human readable string.

public override string ToString()

Returns

string

The distribution groups as a human readable string.