Compartilhar via


SocialCommentManager.GetCount method (UserProfile)

Obtém uma contagem de todos os comentários sociais criados pelo usuário especificado.

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

Syntax

'Declaração
Public Function GetCount ( _
    user As UserProfile _
) As Integer
'Uso
Dim instance As SocialCommentManager
Dim user As UserProfile
Dim returnValue As Integer

returnValue = instance.GetCount(user)
public int GetCount(
    UserProfile user
)

Parâmetros

Valor retornado

Type: System.Int32

Ver também

Referência

SocialCommentManager class

SocialCommentManager members

GetCount overload

Microsoft.Office.Server.SocialData namespace