'Declaration
Public Function GetVariable( _ ByVal variableName As String _ ) As JobVariable
public JobVariable GetVariable( string variableName )
public: JobVariable^ GetVariable( String^ variableName )
Parameters
- variableName
- The name of the variable to find (case-insensitive).
Return Value
The variable with the specified name, or null if no matching variable is found.