SocialThread.TotalReplyCount 屬性
取得執行緒回覆的總數的計數。
命名空間: Microsoft.SharePoint.Client.Social
組件: Microsoft.SharePoint.Client.UserProfiles.Silverlight (在 Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 中); Microsoft.SharePoint.Client.UserProfiles.Phone (在 Microsoft.SharePoint.Client.UserProfiles.Phone.dll 中) Microsoft.SharePoint.Client.UserProfiles (在 Microsoft.SharePoint.Client.UserProfiles.dll 中)
語法
'宣告
Public ReadOnly Property TotalReplyCount As Integer
Get
'用途
Dim instance As SocialThread
Dim value As Integer
value = instance.TotalReplyCount
public int TotalReplyCount { get; }
屬性值
類型:System.Int32
執行緒回覆的數目。
備註
執行緒可能摘要執行緒,包括最後兩個的回覆。若要取得執行緒所有回覆,請使用SPSocialFeedManager.GetFullThread方法。