Table of Contents

Class XenDesktopLicenseAdministrator

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

Represents an individual XenDesktop license administrator.

public class XenDesktopLicenseAdministrator : GlobalSerializableClassicBase, IComparable<XenDesktopLicenseAdministrator>
Inheritance
XenDesktopLicenseAdministrator
Implements

Constructors

XenDesktopLicenseAdministrator()

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

public XenDesktopLicenseAdministrator()

Properties

IsGroup

Gets or sets whether the license administrator is a group rather than a user account.

public BooleanOption IsGroup { get; set; }

Property Value

BooleanOption

Name

Gets or sets the name of the administrator - for example "CORP\Administrator".

public string Name { get; set; }

Property Value

string

PermissionLevel

Gets or sets the permission level assigned to the license administrator.

public XenDesktopLicenseAdministratorPermissionLevel PermissionLevel { get; set; }

Property Value

XenDesktopLicenseAdministratorPermissionLevel

PermissionLevelString

Gets the permission level as a human readable string.

public string PermissionLevelString { get; set; }

Property Value

string

Methods

CompareTo(XenDesktopLicenseAdministrator)

Compares two XenDesktop license administrators to allow sorting alphabetically by name.

public int CompareTo(XenDesktopLicenseAdministrator other)

Parameters

other XenDesktopLicenseAdministrator

The XenDesktop license administrator to compare to.

Returns

int

The sort order of the two items.

FromXml(string)

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

public static XenDesktopLicenseAdministrator FromXml(string Xml)

Parameters

Xml string

The XML representation of the object.

Returns

XenDesktopLicenseAdministrator

A CENTREL.XIA.Configuration.Types.XenDesktopLicenseAdministrator class.

ToString()

Returns the name and permission of the license administrator - for example "CORP\Administrator (Full)".

public override string ToString()

Returns

string

The name and permission of the license administrator - for example "CORP\Administrator (Full)".