VariableValueConditionIsCaseSensitive Property |
Gets or sets a value indicating whether the variable value compare is case sensitive.
Namespace:
Hummingbird.TestFramework.Automation.FunctionalConditions
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public bool IsCaseSensitive { get; set; }
<DataMemberAttribute>
Public Property IsCaseSensitive As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool IsCaseSensitive {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member IsCaseSensitive : bool with get, set
Property Value
Type:
Booleantrue if this instance is case sensitive; otherwise,
false.
See Also