'Declaration
<NotNullAttribute()> Overloads Function GetVariable( _ ByVal index As Integer _ ) As IJobVariable
[NotNull()] IJobVariable GetVariable( int index )
[NotNull()] 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.