Class XenDesktopLicenses
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the licenses configured on a XenDesktop license server.
public class XenDesktopLicenses : BypassSection
- Inheritance
-
XenDesktopLicenses
- Inherited Members
Constructors
XenDesktopLicenses()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopLicenses class.
public XenDesktopLicenses()
Properties
Items
Gets or sets the items in the collection.
public XenDesktopLicenseCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the XenDesktop licenses as a human readable string.
public override string ToString()
Returns
- string
The XenDesktop licenses as a human readable string.