ExecutionState.StepExecutionState.AddOrUpdateVariable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add or update variable for the step
public void AddOrUpdateVariable (int executionIndex, string key, string value);
member this.AddOrUpdateVariable : int * string * string -> unit
Public Sub AddOrUpdateVariable (executionIndex As Integer, key As String, value As String)
Parameters
- executionIndex
- Int32
The execution index
- key
- String
The key of variable.
- value
- String
The value of variable.