Enum XenDesktopPolicySettingState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of the policy setting.
public enum XenDesktopPolicySettingState
Fields
Allowed = 5
The policy is allowed.
Disabled = 4
The policy is disabled.
Enabled = 3
The policy is enabled.
NotConfigured = 1
The policy state is not configured.
Prohibited = 6
The policy prohibits this.
Unknown = 0
The policy state is unknown.
UseDefault = 2
The policy should use the default value.