Summary
Sets the value of variable.
- Assembly
- Wyam
.Testing .JavaScript .dll - Namespace
- Wyam
.Testing .JavaScript - Containing Type
- TestJsEngine
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 |