SocialFeedOptions.OlderThan property

Gets or sets the "older than" boundary of the time span to retrieve.

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Property OlderThan As DateTime
    Get
    Set
'Usage
Dim instance As SocialFeedOptions
Dim value As DateTime

value = instance.OlderThan

instance.OlderThan = value
public DateTime OlderThan { get; set; }

Property value

Type: System.DateTime
The "older than" boundary of the time span to retrieve.

See also

Reference

SocialFeedOptions class

SocialFeedOptions members

Microsoft.SharePoint.Client.Social namespace