FoundDocumentTerms Property |
Gets the terms found.
The value is evaluated each time the property is accessed.
Namespace: GroupDocs.Search.ResultsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic string[] Terms { get; }
Public ReadOnly Property Terms As String()
Get
public:
property array<String^>^ Terms {
array<String^>^ get ();
}
member Terms : string[] with get
Property Value
Type:
StringThe terms found.
See Also