SocialPost.ModifiedTime property

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.

See also

Reference

SocialPost class

SocialPost members

Microsoft.SharePoint.Client.Social namespace