QueryLogPageImpressionBlock.TimeStamp property
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property TimeStamp As DateTime
Get
Set
'Uso
Dim instance As QueryLogPageImpressionBlock
Dim value As DateTime
value = instance.TimeStamp
instance.TimeStamp = value
public DateTime TimeStamp { get; set; }
Property value
Type: System.DateTime
Ver também
Referência
QueryLogPageImpressionBlock class