PushNotificationSubscriber.LastModifiedTimeStamp property
Specifies the time and date when the subscriber was last updated.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property LastModifiedTimeStamp As DateTime
Get
'Usage
Dim instance As PushNotificationSubscriber
Dim value As DateTime
value = instance.LastModifiedTimeStamp
public DateTime LastModifiedTimeStamp { get; }
Property value
Type: System.DateTime
DateTime
See also
Reference
PushNotificationSubscriber class