ConsumerInfo.LastRefreshTimeStamp Property
Gets or sets a value that indicates the time stamp of the last refresh of the consumer information.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property LastRefreshTimeStamp As Long
Get
Set
'Usage
Dim instance As ConsumerInfo
Dim value As Long
value = instance.LastRefreshTimeStamp
instance.LastRefreshTimeStamp = value
[DataMemberAttribute]
public long LastRefreshTimeStamp { get; set; }
Property Value
Type: System.Int64
A value that indicates the time stamp of the last refresh of the consumer information.