Table of Contents

Class TerminalServerConnectionClientDisabledOptions

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the functionality that is disabled from client connections.

public class TerminalServerConnectionClientDisabledOptions : TerminalServerGroupPolicyConfigurableSection
Inheritance
TerminalServerConnectionClientDisabledOptions
Inherited Members

Constructors

TerminalServerConnectionClientDisabledOptions()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.TerminalServerConnectionClientDisabledOptions class.

public TerminalServerConnectionClientDisabledOptions()

Properties

AudioCaptureRedirection

Gets or sets whether the redirection of audio capture should be disabled. This applies to Windows 2008 R2 and above only.

public BooleanOption AudioCaptureRedirection { get; set; }

Property Value

BooleanOption

AudioMapping

Gets or sets whether audio mapping should be disabled.

public BooleanOption AudioMapping { get; set; }

Property Value

BooleanOption

COMPortMapping

Gets or sets whether COM port mapping should be disabled.

public BooleanOption COMPortMapping { get; set; }

Property Value

BooleanOption

ClipboardMapping

Gets or sets whether clipboard mapping should be disabled.

public BooleanOption ClipboardMapping { get; set; }

Property Value

BooleanOption

DriveMapping

Gets or sets whether client drives are disabled.

public BooleanOption DriveMapping { get; set; }

Property Value

BooleanOption

LPTPortMapping

Gets or sets whether LPT port mapping should be disabled.

public BooleanOption LPTPortMapping { get; set; }

Property Value

BooleanOption

PNPRedirection

Gets or sets whether the mapping of supported Plug and Play devices should be disabled. This applies to Windows 2008 and above only.

public BooleanOption PNPRedirection { get; set; }

Property Value

BooleanOption

WindowsPrinterMapping

Gets or sets whether Windows printer mapping from clients is disabled.

public BooleanOption WindowsPrinterMapping { get; set; }

Property Value

BooleanOption