SearchResultOccurrenceCount Property |
Gets the total number of occurrences found.
Namespace: GroupDocs.Search.ResultsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic int OccurrenceCount { get; }
Public ReadOnly Property OccurrenceCount As Integer
Get
public:
property int OccurrenceCount {
int get ();
}
member OccurrenceCount : int with get
Property Value
Type:
Int32The total number of occurrences found.
See Also