Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the most recent modification time of the post.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property ModifiedTime As DateTime
Get
'Usage
Dim instance As SocialPost
Dim value As DateTime
value = instance.ModifiedTime
public DateTime ModifiedTime { get; }
Property value
Type: System.DateTime
The most recent modification time of the post.