ExtractPropertyPairCurrentValue Property |
Gets or sets the Value obtained from the current pair. the value is shown for information.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax public string CurrentValue { get; set; }
Public Property CurrentValue As String
Get
Set
public:
property String^ CurrentValue {
String^ get ();
void set (String^ value);
}
member CurrentValue : string with get, set
Property Value
Type:
String
An
String value that represents CurrentValue of the current object
See Also