Class TerminalServerConnectionRemoteControl
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the remote control settings configured on a terminal server connection (terminal).
public class TerminalServerConnectionRemoteControl : TerminalServerGroupPolicyConfigurableSection
- Inheritance
-
TerminalServerConnectionRemoteControl
- Inherited Members
Constructors
TerminalServerConnectionRemoteControl()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.TerminalServerConnectionRemoteControl class.
public TerminalServerConnectionRemoteControl()
Properties
RemoteControlLevel
Gets or sets the level of remote control configured on this server. This setting applies only when the remote control policy is set to "Server".
public TerminalServerRemoteControlLevel RemoteControlLevel { get; set; }
Property Value
RemoteControlLevelString
Gets the level of remote control in a human readable format.
public string RemoteControlLevelString { get; set; }
Property Value
RemoteControlPolicy
Gets or sets the remote control policy for this terminal.
public TerminalServerRemoteControlPolicy RemoteControlPolicy { get; set; }