获取列表文件夹中包含的列表文件夹的集合。
命名空间: 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方法。