Whether the user's query is valid or not.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public bool IsQueryValid { get; set; }
Public Property IsQueryValid As Boolean Get Set
public: property bool IsQueryValid { bool get (); void set (bool value); }
member IsQueryValid : bool with get, set
Property Value
Remarks
A query can be invalid for example if regular expressions are used but the expression is invalid.
Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)