SocialThread.TotalReplyCount - Propriété
Obtient le nombre au nombre total de réponses pour le thread.
Espace de noms : Microsoft.SharePoint.Client.Social
Assemblys : Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TotalReplyCount As Integer
Get
'Utilisation
Dim instance As SocialThread
Dim value As Integer
value = instance.TotalReplyCount
public int TotalReplyCount { get; }
Valeur de propriété
Type : System.Int32
Nombre total de réponses pour le fil de discussion.
Remarques
Le thread peut être un thread résumé, qui inclut uniquement les deux derniers réponses. Pour obtenir toutes les réponses pour un thread, utilisez la méthode SPSocialFeedManager.GetFullThread .