Enum TerminalServerPolicySourceType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the source type of a terminal service configuration setting.
public enum TerminalServerPolicySourceType
Fields
Default = 2
The setting is a default setting.
GroupPolicy = 1
The setting was configured via Group Policy.
NotAvailable = 2048
The source of the setting is unavailable - this is typically found on Windows 2003 where Group Policy sources are not defined.
Server = 0
The setting is configured on the server.
Unknown = 1024
The source of the setting is unknown.