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 = 5The policy is allowed.
Disabled = 4The policy is disabled.
Enabled = 3The policy is enabled.
NotConfigured = 1The policy state is not configured.
Prohibited = 6The policy prohibits this.
Unknown = 0The policy state is unknown.
UseDefault = 2The policy should use the default value.