ContainsAssertionPattern Property  | 
 
            Gets or sets the pattern to search in 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 Pattern { get; set; }<DataMemberAttribute>
Public Property Pattern As String
	Get
	Set
public:
[DataMemberAttribute]
property String^ Pattern {
	String^ get ();
	void set (String^ value);
}[<DataMemberAttribute>]
member Pattern : string with get, set
Property Value
Type: 
String
            The pattern to search.
            
See Also