Visual Basic |
---|
Public Property ApplicationParameters As String |
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>