PathValidationAssertionPathExpression Property  | 
 
            Gets or sets the Path Expression to match the given Request or Response
            
 
    Namespace: 
   Hummingbird.TestFramework.Automation.Assertions
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[DataMemberAttribute]
public string PathExpression { get; set; }<DataMemberAttribute>
Public Property PathExpression As String
	Get
	Set
public:
[DataMemberAttribute]
property String^ PathExpression {
	String^ get ();
	void set (String^ value);
}[<DataMemberAttribute>]
member PathExpression : string with get, set
Property Value
Type: 
String
            The Path Expression to match.
            
See Also