Table of Contents

Class XenDesktopAdministrators

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

Represents the XenDesktop administrators configured within the site.

public class XenDesktopAdministrators : BypassSection
Inheritance
XenDesktopAdministrators
Inherited Members

Constructors

XenDesktopAdministrators()

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

public XenDesktopAdministrators()

Properties

Items

Gets or sets the items in the collection.

public XenDesktopAdministratorCollection Items { get; set; }

Property Value

XenDesktopAdministratorCollection

Methods

FindByName(string)

Returns the administrator with the specified name, or null if no administrator with that name exists within the collection.

public XenDesktopAdministrator FindByName(string name)

Parameters

name string

The name of the administrator to locate.

Returns

XenDesktopAdministrator

The CENTREL.XIA.Configuration.Types.XenDesktopAdministrator with the specified name.

FindBySid(string)

Returns the administrator with the specified SID, or null if no administrator with that SID exists within the collection.

public XenDesktopAdministrator FindBySid(string sid)

Parameters

sid string

The security identifier of the administrator to locate in SDDL format - for example "S-1-5-21-1119390013-2107715993-1139858522-500".

Returns

XenDesktopAdministrator

The CENTREL.XIA.Configuration.Types.XenDesktopAdministrator with the specified SID.

ToString()

Returns the XenDesktop administrators as a human readable string.

public override string ToString()

Returns

string

The XenDesktop administrators as a human readable string.