The name of the Citrix application.
Namespace: Facilita.Fc.CitrixAssembly: fcCitrix (in fcCitrix.dll) Version: 9.5.7.98
public string Application { get; set; }
public string Application { get; set; }
Field Value
The current name of the Citrix application.
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').