IAnalyticsItemData.CurrentDate property
Obtém os dados de análise para a data. Quando os dados da análise foi recuperados.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaração
ReadOnly Property CurrentDate As DateTime
Get
'Uso
Dim instance As IAnalyticsItemData
Dim value As DateTime
value = instance.CurrentDate
DateTime CurrentDate { get; }
Property value
Type: System.DateTime