Class XenDesktopZones
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the XenDesktop zones configured within the site. This applies to XenDesktop 7.7 and above only.
public class XenDesktopZones : BypassSection
- Inheritance
-
XenDesktopZones
- Inherited Members
Constructors
XenDesktopZones()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopZones class.
public XenDesktopZones()
Properties
Items
Gets or sets the items in the collection.
public XenDesktopZoneCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the XenDesktop zones as a human readable string.
public override string ToString()
Returns
- string
The XenDesktop zones as a human readable string.