Share via


CacheInvalidationRecordStruct.Timestamp property

Gets or sets the time stamp.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Timestamp As DateTime
    Get
    Set
'Usage
Dim instance As CacheInvalidationRecordStruct
Dim value As DateTime

value = instance.Timestamp

instance.Timestamp = value
public DateTime Timestamp { get; set; }

Property value

Type: System.DateTime
The time stamp.

See also

Reference

CacheInvalidationRecordStruct class

CacheInvalidationRecordStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace