SimpleResponseConditionCaseSensitive Property  | 
 
            Gets or Sets if the case is also compared.
            
 
    Namespace: 
   Hummingbird.TestFramework.Automation.ResponseConditions
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[DataMemberAttribute]
public bool CaseSensitive { get; set; }<DataMemberAttribute>
Public Property CaseSensitive As Boolean
	Get
	Set
public:
[DataMemberAttribute]
property bool CaseSensitive {
	bool get ();
	void set (bool value);
}[<DataMemberAttribute>]
member CaseSensitive : bool with get, set
Property Value
Type: 
Boolean
See Also