Syntax
  
    public
    abstract
    void SetVariableValue(string variableName, Inedo.ExecutionEngine.RuntimeValue variableValue)
  Parameters
  
    - variableName
- Type: string
 The name of the variable. 
    - variableValue
- Type: Inedo.ExecutionEngine.RuntimeValue
 The value to assign to the variable.