CitrixVirtualUserScript Application Property C# API
The name of the Citrix application.

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public string Application { get; set; }

Field Value

The current name of the Citrix application.
Remarks

This value usually begins with a '#' character (which needs to be included when setting the property). The property must be set after calling StartCitrixClient(Int32, Int32) but before Connect  to take effect. Setting this property will override the value taken from the ICA file (when using LoadIcaFile). If the property is omitted the value in the ICA file will be used if your script is using LoadIcaFile. The Application name held inside the Citrix ICA file (defined by the key 'InitialProgram').
See Also