The records returned by the search.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getSearchResults() As NetricsSearchResult()
C#
public NetricsSearchResult[] getSearchResults()
C++
public:
 array<NetricsSearchResult>^ getSearchResults() sealed 
J#
public NetricsSearchResult[] getSearchResults()
JScript
public  function getSearchResults() : NetricsSearchResult[]

Return Value

An array of records which matched the query. The records are in order based on the matchScore of the record (from greatest to least).

See Also