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 = 2The setting is a default setting.
GroupPolicy = 1The setting was configured via Group Policy.
NotAvailable = 2048The source of the setting is unavailable - this is typically found on Windows 2003 where Group Policy sources are not defined.
Server = 0The setting is configured on the server.
Unknown = 1024The source of the setting is unknown.