SearchQuerySearchOptions Property |
Gets or sets the search options of this seach query.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic SearchOptions SearchOptions { get; set; }
Public Property SearchOptions As SearchOptions
Get
Set
public:
property SearchOptions^ SearchOptions {
SearchOptions^ get ();
void set (SearchOptions^ value);
}
member SearchOptions : SearchOptions with get, set
Property Value
Type:
SearchOptionsThe search options.
See Also