Class TerminalServer
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft terminal server (Microsoft Remote Desktop session server).
[SupportsClientScan]
[SupportsSupportProvisions]
public class TerminalServer : BaseConfigurationType
- Inheritance
-
TerminalServer
- Inherited Members
Constructors
TerminalServer()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.TerminalServer class.
public TerminalServer()
Properties
ConnectionBroker
Gets or sets the connection (session) broker settings on this server.
public TerminalServerConnectionBroker ConnectionBroker { get; set; }
Property Value
Connections
Gets or sets the terminal connections configured on this terminal server.
public TerminalServerConnections Connections { get; set; }
Property Value
GeneralSettings
Gets or sets the general settings configured on this terminal server.
public TerminalServerGeneralSettings GeneralSettings { get; set; }
Property Value
Min2003
Gets whether this Windows machine is at least Windows 2003.
public bool Min2003 { get; }
Property Value
Min2008
Gets whether this Windows machine is at least Windows 2008 or Windows Vista.
public bool Min2008 { get; }
Property Value
Min2008R2
Gets whether this Windows machine is at least Windows 2008 R2 or Windows 7.
public bool Min2008R2 { get; }
Property Value
RemoteAppConfiguration
Gets or sets the remote app configuration of this terminal server - applies to Windows 2008 and above only.
public TerminalServerRemoteAppConfiguration RemoteAppConfiguration { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.TerminalServer object.
public TerminalServer Clone()
Returns
- TerminalServer
A clone of this CENTREL.XIA.Configuration.Types.TerminalServer object.
FromXml(string)
Returns the CENTREL.XIA.Configuration.Types.TerminalServer service from the specified XML data.
public static TerminalServer FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the terminal server.
Returns
- TerminalServer
A CENTREL.XIA.Configuration.Types.TerminalServer from the specified XML.