TestJsEngine.

SetVariableValue(string, Object) Method

Summary

Sets the value of variable.

Syntax

public void SetVariableValue(string variableName, Object value)

Parameters

Name Type Description
variableName string Variable name.
value Object Value of variable.

Return Value

Type Description
void
GitHub