Table of Contents

Class ActiveDirectoryAttributes

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

Represents the Active Directory attribute for a given Active Directory object.

public class ActiveDirectoryAttributes : BaseTypeSection
Inheritance
ActiveDirectoryAttributes

Constructors

ActiveDirectoryAttributes()

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

public ActiveDirectoryAttributes()

Properties

Items

Gets or sets the items in the collection.

public ActiveDirectoryAttributeCollection Items { get; set; }

Property Value

ActiveDirectoryAttributeCollection

Methods

FromXml(string)

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

public static ActiveDirectoryAttributes FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ActiveDirectoryAttributes

A CENTREL.XIA.Configuration.Types.ActiveDirectoryAttributes class.

ToString()

Returns the Active Directory attributes as a human readable string - for example "12 Active Directory Attributes".

public override string ToString()

Returns

string

The Active Directory attributes as a human readable string.