IAnalyticsItemData.LastProcessingHits property
Get the number of hits for an item or rollup scope in the last processing interval.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
ReadOnly Property LastProcessingHits As Integer
Get
'Usage
Dim instance As IAnalyticsItemData
Dim value As Integer
value = instance.LastProcessingHits
int LastProcessingHits { get; }
Property value
Type: System.Int32