SimpleResponseConditionValue Property  | 
 
            The compare value to be evaluated
            
 
    Namespace: 
   Hummingbird.TestFramework.Automation.ResponseConditions
    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
See Also