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