Table of Contents

Class ActiveDirectoryManagedServiceAccounts

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

Represents a collection of Active Directory managed service accounts.

public class ActiveDirectoryManagedServiceAccounts : BypassSection
Inheritance
ActiveDirectoryManagedServiceAccounts
Inherited Members

Constructors

ActiveDirectoryManagedServiceAccounts()

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

public ActiveDirectoryManagedServiceAccounts()

Properties

Items

Gets or sets the items in the collection.

public ActiveDirectoryManagedServiceAccountCollection Items { get; set; }

Property Value

ActiveDirectoryManagedServiceAccountCollection

Methods

FromXml(string)

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

public static ActiveDirectoryManagedServiceAccounts FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ActiveDirectoryManagedServiceAccounts

A CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccounts class.

ToString()

Returns the Active Directory managed service accounts as a human readable string.

public override string ToString()

Returns

string

The Active Directory managed service accounts as a human readable string.