Table of Contents

Class ExchangeUnifiedGroups

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

Represents the unified (Office 365) groups configured in a Microsoft Exchange organization. This only applies to Exchange Online.

public class ExchangeUnifiedGroups : BypassSection
Inheritance
ExchangeUnifiedGroups
Inherited Members

Constructors

ExchangeUnifiedGroups()

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

public ExchangeUnifiedGroups()

Properties

Items

Gets or sets the items in the collection.

public ExchangeUnifiedGroupCollection Items { get; set; }

Property Value

ExchangeUnifiedGroupCollection

Methods

FromXml(string)

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

public static ExchangeUnifiedGroups FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeUnifiedGroups

A CENTREL.XIA.Configuration.Types.ExchangeUnifiedGroups class.

ToString()

Returns the unified groups as a human readable string.

public override string ToString()

Returns

string

The unified groups as a human readable string.