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
)
Public Shared Function SetValue (
varName As String,
newValue As String
) As Integer
public:
static int SetValue(
String^ varName,
String^ newValue
)
static member SetValue :
varName : string *
newValue : string -> int
Parameters
- varName
- Type: SystemString
Name of the variable - newValue
- Type: SystemString
Value to assign to the variable
Return Value
Type:
Int32See Also