QueryReportData.Count property

Gets the number of times the search query was run.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Count As Integer
    Get
    Friend Set
'Usage
Dim instance As QueryReportData
Dim value As Integer

value = instance.Count
[DataMemberAttribute]
public int Count { get; internal set; }

Property value

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

Implements

IQueryReportData.Count

See also

Reference

QueryReportData class

QueryReportData members

Microsoft.Office.Server.Search.Analytics namespace