ApplicationParameters Property
Description
The application parameters to use when opening the application.
Property type
Read-write property
Syntax
Visual Basic
Public Property ApplicationParameters As String
Return Type

For Flex applications, enter the parameter names and values, separated by the ampersand (&) symbol, using the following syntax:
<parameter name>=<parameter value>&<parameter name>=<parameter value>

For Adobe Air applications (.exe), enter the parameter values, separated by spaces:
<value1> <value2>

See Also