Hashtag.Timestamp property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Timestamp As DateTime
Get
Set
'Usage
Dim instance As Hashtag
Dim value As DateTime
value = instance.Timestamp
instance.Timestamp = value
public DateTime Timestamp { get; set; }
Property value
Type: System.DateTime