SPSocialThread.Replies property

Gets the replies to the thread.

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

Syntax

'Declaration
Public Property Replies As SPSocialPost()
    Get
    Friend Set
'Usage
Dim instance As SPSocialThread
Dim value As SPSocialPost()

value = instance.Replies
public SPSocialPost[] Replies { get; internal set; }

Property value

Type: []

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.

See also

Reference

SPSocialThread class

SPSocialThread members

Microsoft.Office.Server.Social namespace