Whether the query is valid, relative to the find options specified.

C# | Visual Basic | Visual C++ | F# |
public bool Valid { get; set; }
Public Property Valid As Boolean Get Set
public: property bool Valid { bool get (); void set (bool value); }
member Valid : bool with get, set


Eg. the query '[*' would be invalid if regular expressions are enabled.
Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)