SimpleExpressionValue Property |
Gets or sets the expected value.
Namespace:
Hummingbird.TestFramework.Automation.FunctionalConditions
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string Value { get; set; }
<DataMemberAttribute>
Public Property Value As String
Get
Set
public:
[DataMemberAttribute]
property String^ Value {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Value : string with get, set
Property Value
Type:
String
The expected value.
See Also