Table of Contents

Class XenDesktopDeliveryControllerHostInformation

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

Represents host information for an individual XenDesktop delivery controller.

public class XenDesktopDeliveryControllerHostInformation : BypassSection
Inheritance
XenDesktopDeliveryControllerHostInformation
Inherited Members

Constructors

XenDesktopDeliveryControllerHostInformation()

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

public XenDesktopDeliveryControllerHostInformation()

Properties

ComputerFqdn

Gets or sets the fully qualified host name of the computer.

public string ComputerFqdn { get; set; }

Property Value

string

Manufacturer

Gets or sets the manufacturer of the server.

public string Manufacturer { get; set; }

Property Value

string

Model

Gets or sets the model of the server.

public string Model { get; set; }

Property Value

string

OperatingSystemName

Gets or sets the operating system name - for example "Microsoft Windows Server 2012 R2 Datacenter".

public string OperatingSystemName { get; set; }

Property Value

string

Processors

Gets or sets the names of the processors installed on the remote machine - for example "Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz".

public SerializableStringCollection Processors { get; set; }

Property Value

SerializableStringCollection

SerialNumber

Gets or sets the serial number of the server.

public string SerialNumber { get; set; }

Property Value

string

ServicePack

Gets or sets the service version of this server - for example "Service Pack 1".

public string ServicePack { get; set; }

Property Value

string

ServicePackString

Gets the service pack version of this server as a human readable string - for example "Service Pack 1", "[None Installed]" or "Unknown".

public string ServicePackString { get; }

Property Value

string

Methods

ToString()

Returns the operating system name of the host, or "{Not Documented}".

public override string ToString()

Returns

string

The server host information as a human readable string.