SocialFeed.NewestProcessed property
Gets a DateTime value that indicates the newest retrieved post.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property NewestProcessed As DateTime
Get
'Usage
Dim instance As SocialFeed
Dim value As DateTime
value = instance.NewestProcessed
public DateTime NewestProcessed { get; }
Property value
Type: System.DateTime
Remarks
This call includes posts that may have been removed for security reasons.