Share via


SPSocialFeedOptions.OlderThan property

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

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

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

value = instance.OlderThan

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

Property value

Type: System.DateTime

See also

Reference

SPSocialFeedOptions class

SPSocialFeedOptions members

Microsoft.Office.Server.Social namespace