Table of Contents

Enum XenDesktopFunctionalLevel

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the functional level of a machine catalog or machine.

public enum XenDesktopFunctionalLevel

Fields

L5 = 2

The functional level is 5.6 FP1 (Windows XP and Windows Vista).

L7 = 3

The functional level is 7.0 (or newer).

L7_6 = 4

The functional level is 7.6 (or newer).

L7_7 = 5

The functional level is 7.7 (or newer).

L7_8 = 6

The functional level is 7.8 (or newer).

L7_9 = 7

The functional level is 7.9 (or newer).

LMAX = 8

The functional level is the maximum version.

NOTE: The text displayed for this value may change with future versions of XenDesktop.

LMIN = 1

The functional level is 5.6 FP1 (Windows XP and Windows Vista).

NOTE: The text displayed for this value may change with future versions of XenDesktop.

Unknown = 0

The functional level is unknown.