Enum XenDesktopPolicyType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of policy.
public enum XenDesktopPolicyType
Fields
Computer = 1
The policy is a computer policy.
MergeFailed = 4
The policy cannot be merged because of discrepancies between the user and computer settings.
Merged = 3
The policy is merged between user and computer settings.
Unknown = 0
The policy type is unknown.
User = 2
The policy is a user policy.