SocialThread.Replies property
Gets the replies to the thread.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property Replies As SocialPost()
Get
'Usage
Dim instance As SocialThread
Dim value As SocialPost()
value = instance.Replies
public SocialPost[] Replies { get; }
Property value
Type: []
The replies to the thread.
Remarks
The thread might be a digest thread, which includes only the last two replies. To get all replies for a thread, use the SPSocialFeedManager.GetFullThread method.