'Declaration
ReadOnly Property JobVariables As JobVariableCollection
JobVariableCollection JobVariables {get;}
'Declaration
ReadOnly Property JobVariables As JobVariableCollection
JobVariableCollection JobVariables {get;}
This collection only contains the variables defined explicitly for the object. Use GetInheritedVariables to retrieve variables inherited from higher levels.
To override a variable set at a higher level, add a new variable to this collection with the same name and the desired value.