Table of Contents

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

TerminalServerConnectionColorDepth

ColorDepthString

Gets the colour depth that client connections will be limited to as a human readable string.

public string ColorDepthString { get; set; }

Property Value

string

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

BooleanOption

ConnectPrinterAtLogon

Gets or sets the server should connect a user's printers at logon.

public BooleanOption ConnectPrinterAtLogon { get; set; }

Property Value

BooleanOption

ConnectionPolicy

Gets or sets the connection policy. This applies to Windows 2003 only.

public TerminalServerConnectionPolicy ConnectionPolicy { get; set; }

Property Value

TerminalServerConnectionPolicy

DefaultToClientPrinter

Gets or sets the server should default to the client's local printer.

public BooleanOption DefaultToClientPrinter { get; set; }

Property Value

BooleanOption

DisabledOptions

Gets or sets the options that are disabled from client connections.

public TerminalServerConnectionClientDisabledOptions DisabledOptions { get; set; }

Property Value

TerminalServerConnectionClientDisabledOptions

LimitColourDepth

Gets or sets whether the colour depth should be limited for client connections.

public BooleanOption LimitColourDepth { get; set; }

Property Value

BooleanOption

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; }

Property Value

uint