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; }
<DataMemberAttribute>
Public Property VariableName As String
Get
Set
public:
[DataMemberAttribute]
property String^ VariableName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member VariableName : string with get, set
Property Value
Type:
String
The name of the variable.
Remarks See Also