Class XenDesktopAppDisks
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the XenDesktop AppDisks configured within the site. This applies to XenDesktop 7.8 and above only.
public class XenDesktopAppDisks : BypassSection
- Inheritance
-
XenDesktopAppDisks
- Inherited Members
Constructors
XenDesktopAppDisks()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopAppDisks class.
public XenDesktopAppDisks()
Properties
Items
Gets or sets the items in the collection.
public XenDesktopAppDiskCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.XenDesktopAppDisks class from the specified XML.
public static XenDesktopAppDisks FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- XenDesktopAppDisks
A CENTREL.XIA.Configuration.Types.XenDesktopAppDisks class.
ToString()
Returns the XenDesktop AppDisks as a human readable string.
public override string ToString()
Returns
- string
The XenDesktop AppDisks as a human readable string.