Click or drag to resize
VariableSetValue Method
Sets a value to a given variable

Namespace:  TestArchitect.Harness.Core
Assembly:  TestArchitect.Harness.Bundle.Core (in TestArchitect.Harness.Bundle.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int SetValue(
	string varName,
	string newValue
)

Parameters

varName
Type: SystemString
Name of the variable
newValue
Type: SystemString
Value to assign to the variable

Return Value

Type: Int32
See Also