Click or drag to resize

ExtractPropertyPairVariableName Property

Gets or sets the name of the variable to assign the value. If the variable of that value does not exist, it will be created automatically.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string VariableName { get; set; }

Property Value

Type: String
The name of the variable.
Remarks