SimpleResponseConditionPath Property  | 
 
            Object Path of the property to evaluate
            
 
    Namespace: 
   Hummingbird.TestFramework.Automation.ResponseConditions
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[DataMemberAttribute]
public string Path { get; set; }<DataMemberAttribute>
Public Property Path As String
	Get
	Set
public:
[DataMemberAttribute]
property String^ Path {
	String^ get ();
	void set (String^ value);
}[<DataMemberAttribute>]
member Path : string with get, set
Property Value
Type: 
String
See Also