FoundDocumentFoundFields Property |
Gets the document fields found.
Namespace: GroupDocs.Search.ResultsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic FoundDocumentField[] FoundFields { get; }
Public ReadOnly Property FoundFields As FoundDocumentField()
Get
public:
property array<FoundDocumentField^>^ FoundFields {
array<FoundDocumentField^>^ get ();
}
member FoundFields : FoundDocumentField[] with get
Property Value
Type:
FoundDocumentFieldThe document fields found.
See Also