'Declaration
Overloads Function GetVariable( _ ByVal index As Integer _ ) As IJobVariable
IJobVariable GetVariable( int index )
Parameters
- index
- The zero-based index of the variable to get.
Return Value
The variable at the requested index. Throws an exception if the index is not valid.