IAnalyticsItemData.LastProcessingTime property
Gets the date and time analytics data was last updated for an item.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
ReadOnly Property LastProcessingTime As DateTime
Get
'Usage
Dim instance As IAnalyticsItemData
Dim value As DateTime
value = instance.LastProcessingTime
DateTime LastProcessingTime { get; }
Property value
Type: System.DateTime