Share via


ExecutionState.StepExecutionState.AddOrUpdateVariable Method

Definition

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.

Applies to