Click or drag to resize

Variable Constructor (String, String)

Initializes a new instance of the Variable class.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public Variable(
	string _name,
	string _value
)

Parameters

_name
Type: SystemString
The name of the variable
_value
Type: SystemString
The value of the variable.
See Also