Returns the number of records that matched the search.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)
Syntax
| C# |
|---|
public virtual long NumMatchingResults { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property NumMatchingResults As Long Get |
| Visual C++ |
|---|
public: virtual property long long NumMatchingResults { long long get (); } |
Field Value
The number of records that matched the search.
Remarks
Corresponds to the TotalNumERecs property.