Table of Contents

Class ExchangeCustomAttributes

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

Represents the custom attributes configured for an object in a Microsoft Exchange organization.

public class ExchangeCustomAttributes : BypassSection
Inheritance
ExchangeCustomAttributes
Inherited Members

Constructors

ExchangeCustomAttributes()

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

public ExchangeCustomAttributes()

Properties

Items

Gets or sets the items in the collection.

public ExchangeCustomAttributeCollection Items { get; set; }

Property Value

ExchangeCustomAttributeCollection

Methods

FromXml(string)

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

public static ExchangeCustomAttributes FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeCustomAttributes

A CENTREL.XIA.Configuration.Types.ExchangeCustomAttributes class.

ToString()

Returns the custom attibutes as a human readable string.

public override string ToString()

Returns

string

The custom attributes as a human readable string.