Share via


AnalyticsItemData.TotalHits property

Gets the total number of hits for an item or rollup scope.

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

Syntax

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

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

Property value

Type: System.Int32

Implements

IAnalyticsItemData.TotalHits

See also

Reference

AnalyticsItemData class

AnalyticsItemData members

Microsoft.Office.Server.Search.Analytics namespace