Class TerminalServerRemoteAppConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the RemoteApp configuration on this Terminal Server. This class applies to Windows 2008 and above only.
public class TerminalServerRemoteAppConfiguration : BypassSection
- Inheritance
-
TerminalServerRemoteAppConfiguration
- Inherited Members
Constructors
TerminalServerRemoteAppConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.TerminalServerRemoteAppConfiguration class.
public TerminalServerRemoteAppConfiguration()
Properties
RemoteApps
Gets or sets the remote app applications configured on this terminal server.
public TerminalServerRemoteAppApplications RemoteApps { get; set; }
Property Value
Methods
FromXml(string)
Returns the CENTREL.XIA.Configuration.Types.TerminalServerRemoteAppConfiguration service from the specified XML data.
public static TerminalServerRemoteAppConfiguration FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the terminal server remote app configuration.
Returns
- TerminalServerRemoteAppConfiguration
A CENTREL.XIA.Configuration.Types.TerminalServerRemoteAppConfiguration from the specified XML.