SocialFeedOptions.NewerThan property
Gets or sets the "newer 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 NewerThan As DateTime
Get
Set
'Usage
Dim instance As SocialFeedOptions
Dim value As DateTime
value = instance.NewerThan
instance.NewerThan = value
public DateTime NewerThan { get; set; }
Property value
Type: System.DateTime
The "newer than" boundary of the time span to retrieve.