Table of Contents

Enum XenDesktopMachineDeliveryType

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

Represents the delivery type of a machine.

public enum XenDesktopMachineDeliveryType

Fields

AppsOnly = 2

The machine delivers apps only.

DesktopsAndApps = 3

The machine delivers desktops and apps.

DesktopsOnly = 1

The machine delivers desktops only.

Unknown = 0

The delivery type is unknown.