Click or drag to resize

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; }

Property Value

Type: String
The expected value.
See Also