Class TerminalServerRemoteAppApplications
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the RemoteApp applications configured on this terminal server. These settings apply to Windows 2008 and above only.
public class TerminalServerRemoteAppApplications : GlobalSerializableClassicBase
- Inheritance
-
TerminalServerRemoteAppApplications
Constructors
TerminalServerRemoteAppApplications()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.TerminalServerRemoteAppApplications class.
public TerminalServerRemoteAppApplications()
Properties
Items
Gets or sets the items within the collection
public TerminalServerRemoteAppApplicationCollection Items { get; set; }
Property Value
Methods
FindByName(string)
Returns the RemoteApp specified alias name - if no RemoteApp application exists with the specified alias name, null is returned.
public TerminalServerRemoteAppApplication FindByName(string Alias)
Parameters
Alias
stringThe alias of the RemoteApp application to locate.
Returns
- TerminalServerRemoteAppApplication
The RemoteApp specified alias name or null if no RemoteApp application with the specified name is found.
RemoteAppExists(string)
Determines if the RemoteApp application with the specified alias name exists in the collection.
public bool RemoteAppExists(string Alias)
Parameters
Alias
stringThe alias of the RemoteApp application to locate.
Returns
- bool
A System.Boolean value that indicates whether a RemoteApp application with the specified alias exists in the collection.