Class XenDesktopAppDnaConnection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the connection settings used to integrate XenDesktop with AppDNA.
public class XenDesktopAppDnaConnection : BypassSection
- Inheritance
-
XenDesktopAppDnaConnection
- Inherited Members
Constructors
XenDesktopAppDnaConnection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopAppDnaConnection class.
public XenDesktopAppDnaConnection()
Properties
Address
Gets or sets the URL of the AppDNA server – for example "http://DEMO-XD78-01:8199/AppDNA/".
public string Address { get; set; }
Property Value
Database
Gets or sets the database used by the connection - for example "DEMO-XD78-01:AppDNADB".
public string Database { get; set; }
Property Value
Enabled
Gets or sets whether the AppDNA connection is enabled.
public BooleanOption Enabled { get; set; }
Property Value
Username
Gets or sets the username used for the connection.
public string Username { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.XenDesktopAppDnaConnection class from the specified XML.
public static XenDesktopAppDnaConnection FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- XenDesktopAppDnaConnection
A CENTREL.XIA.Configuration.Types.XenDesktopAppDnaConnection class.
ToString()
Returns the CENTREL.XIA.Configuration.Types.XenDesktopAppDnaConnection as a human readable string.
public override string ToString()
Returns
- string
The CENTREL.XIA.Configuration.Types.XenDesktopAppDnaConnection as a human readable string.