SearchReportTextQuery Property |
Gets the search query in text form.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic string TextQuery { get; }
Public ReadOnly Property TextQuery As String
Get
public:
property String^ TextQuery {
String^ get ();
}
member TextQuery : string with get
Property Value
Type:
StringThe search query in text form.
See Also