IQueryReportData.Count property

Gets the number of times the search query is run.

Namespace:  Microsoft.Office.Server.Search.Analytics
Assembly:  Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)

Syntax

'Declaration
ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As IQueryReportData
Dim value As Integer

value = instance.Count
int Count { get; }

Property value

Type: System.Int32
The number of times the search query is run

See also

Reference

IQueryReportData interface

IQueryReportData members

Microsoft.Office.Server.Search.Analytics namespace