'Declaration
<NotNullAttribute()> Public ReadOnly Property JobVariables As JobVariableCollection
[NotNull()] public JobVariableCollection JobVariables {get;}
'Declaration
<NotNullAttribute()> Public ReadOnly Property JobVariables As JobVariableCollection
[NotNull()] public JobVariableCollection JobVariables {get;}
This collection only contains the variables defined explicitly for the step. Use GetInheritedVariables to retrieve variables inherited from higher levels (server, group, queue, job).
To override a variable set at a higher level, add a new variable to this collection with the same name and the desired value.