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