Class XenDesktopAdministratorRightCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of XenDesktop administrator rights.
public class XenDesktopAdministratorRightCollection : Collection<XenDesktopAdministratorRight>, IList<XenDesktopAdministratorRight>, ICollection<XenDesktopAdministratorRight>, IList, ICollection, IReadOnlyList<XenDesktopAdministratorRight>, IReadOnlyCollection<XenDesktopAdministratorRight>, IEnumerable<XenDesktopAdministratorRight>, IEnumerable
- Inheritance
-
XenDesktopAdministratorRightCollection
- Implements
- Inherited Members
Constructors
XenDesktopAdministratorRightCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopAdministratorRightCollection class.
public XenDesktopAdministratorRightCollection()
Methods
Sort()
Sorts the values in the collection.
public void Sort()
ToString()
Returns the administrator rights as a human readable string.
public override string ToString()
Returns
- string
The administrator rights as a human readable string.