Click or drag to resize
Variable.SetValue 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: System.String
Name of the variable
newValue
Type: System.String
Value to assign to the variable

Return Value

Type: Int32
See Also