Class TerminalServerConnectionClient
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the client settings configured on a terminal server connection (terminal).
public class TerminalServerConnectionClient : TerminalServerGroupPolicyConfigurableSection
- Inheritance
-
TerminalServerConnectionClient
- Inherited Members
Constructors
TerminalServerConnectionClient()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.TerminalServerConnectionClient class.
public TerminalServerConnectionClient()
Properties
ColorDepth
Gets or sets the colour depth that client connections will be limited to.
public TerminalServerConnectionColorDepth ColorDepth { get; set; }
Property Value
ColorDepthString
Gets the colour depth that client connections will be limited to as a human readable string.
public string ColorDepthString { get; set; }
Property Value
ConnectClientDrivesAtLogon
Gets or sets whether the server should connect network drives at logon. This applies to Windows 2003 only.
public BooleanOption ConnectClientDrivesAtLogon { get; set; }
Property Value
ConnectPrinterAtLogon
Gets or sets the server should connect a user's printers at logon.
public BooleanOption ConnectPrinterAtLogon { get; set; }
Property Value
ConnectionPolicy
Gets or sets the connection policy. This applies to Windows 2003 only.
public TerminalServerConnectionPolicy ConnectionPolicy { get; set; }
Property Value
DefaultToClientPrinter
Gets or sets the server should default to the client's local printer.
public BooleanOption DefaultToClientPrinter { get; set; }
Property Value
DisabledOptions
Gets or sets the options that are disabled from client connections.
public TerminalServerConnectionClientDisabledOptions DisabledOptions { get; set; }
Property Value
LimitColourDepth
Gets or sets whether the colour depth should be limited for client connections.
public BooleanOption LimitColourDepth { get; set; }
Property Value
MaxMonitors
Gets or sets the maximum number of monitors allowed in a session. This setting applies to Windows 2008 R2 and above only.
public uint MaxMonitors { get; set; }