Share via


SPSocialThread.TotalReplyCount property

Gets the count of the total number of replies for the thread.

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

Syntax

'Declaration
Public Property TotalReplyCount As Integer
    Get
    Friend Set
'Usage
Dim instance As SPSocialThread
Dim value As Integer

value = instance.TotalReplyCount
public int TotalReplyCount { get; internal set; }

Property value

Type: System.Int32

See also

Reference

SPSocialThread class

SPSocialThread members

Microsoft.Office.Server.Social namespace