Visual Basic |
---|
Public Property Item( _ ByVal Position As Variant _ ) As Object |
- Position
The position or name of the launcher object you want to return. Position values begin with 1. To specify the last position in the list, enter -1. To specify the name of the launcher, use one of the following strings:
- "Web"--Returns the WebLauncher
- "Windows Applications"--Returns the StdLauncher
- "SAP"--Returns the SAPLauncher
- "Siebel"--Returns the SiebelLauncher
- "Java"--Returns the JavaLauncher
- "Oracle"--Returns the OracleLauncher
- "Flex"--Returns the FlexLauncher
Item is the default property for the Launchers object. Therefore, you can also retrieve this value using the following syntax:
MyLauncher= LaunchersObject(PositionOrName)