Class XenDesktopAppVServer
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an individual XenDesktop App-V server connection.
public class XenDesktopAppVServer : GlobalSerializableClassicBase, IComparable<XenDesktopAppVServer>
- Inheritance
-
XenDesktopAppVServer
- Implements
Constructors
XenDesktopAppVServer()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopAppVServer class.
public XenDesktopAppVServer()
Properties
ConfigurationName
Gets or sets the name of the configuration - for example "AppV\1".
public string ConfigurationName { get; set; }
Property Value
ManagementServer
Gets or sets the URL of the App-V management server to use - for example "http://CORP-APPV01:8000".
public string ManagementServer { get; set; }
Property Value
PublishingServer
Gets or sets the URL of the App-V publishing server to use - for example "http://CORP-APPV01:8001".
public string PublishingServer { get; set; }
Property Value
Uid
Gets or sets the unique identifier (UID) of this App-V server.
public int Uid { get; set; }
Property Value
Methods
CompareTo(XenDesktopAppVServer)
Compares two CENTREL.XIA.Configuration.Types.XenDesktopAppVServer objects to allow sorting alphabetically by name.
public int CompareTo(XenDesktopAppVServer other)
Parameters
other
XenDesktopAppVServerThe CENTREL.XIA.Configuration.Types.XenDesktopAppVServer to compare to.
Returns
- int
The sort order of the two items.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.XenDesktopAdministrator class from the specified XML.
public static XenDesktopAdministrator FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the object.
Returns
- XenDesktopAdministrator
A CENTREL.XIA.Configuration.Types.XenDesktopAdministrator class.
ToString()
Returns the name of the App-V server connection.
public override string ToString()
Returns
- string
The name of the App-V server connection.