Enum TerminalServerRemoteControlPolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the policy that is configured for remote control on a terminal server connection.
public enum TerminalServerRemoteControlPolicy
Fields
PerUser = 1The remote control settings from the user account in Active Directory are in force.
Server = 0The server's remote control settings are in force.
Unknown = 1024The remote control policy is unknown.