Enum XenDesktopMachineCatalogAllocationType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the machine allocation type.
public enum XenDesktopMachineCatalogAllocationType
Fields
Permanent = 1
The allocation is permanent.
Random = 3
The allocation is random.
Static = 2
The allocation is static.
Unknown = 0
The allocation type is unknown.