Table of Contents

Class XenDesktopLicenseAdministrators

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

Represents the XenDesktop license administrators configured within the site.

public class XenDesktopLicenseAdministrators : BypassSection
Inheritance
XenDesktopLicenseAdministrators
Inherited Members

Constructors

XenDesktopLicenseAdministrators()

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

public XenDesktopLicenseAdministrators()

Properties

Items

Gets or sets the items in the collection.

public XenDesktopLicenseAdministratorCollection Items { get; set; }

Property Value

XenDesktopLicenseAdministratorCollection

Methods

FindByName(string)

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

public XenDesktopLicenseAdministrator FindByName(string name)

Parameters

name string

The name of the license administrator to locate - for example "BUILTIN\ADMINISTRATORS".

Returns

XenDesktopLicenseAdministrator

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

ToString()

Returns the XenDesktop license administrators as a human readable string.

public override string ToString()

Returns

string

The XenDesktop license administrators as a human readable string.