Share via


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.

See also

Reference

ConsumerInfo class

ConsumerInfo members

Microsoft.Office.Server.Search.Administration namespace