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