Freigeben über


SocialCommentManager.GetCount-Methode (UserProfile)

Ruft alle sozialen Kommentare, die vom angegebenen Benutzer erstellt.

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

Syntax

'Declaration
Public Function GetCount ( _
    user As UserProfile _
) As Integer
'Usage
Dim instance As SocialCommentManager
Dim user As UserProfile
Dim returnValue As Integer

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

Parameter

Rückgabewert

Typ: System.Int32

Siehe auch

Referenz

SocialCommentManager Klasse

SocialCommentManager-Member

GetCount-Überladung

Microsoft.Office.Server.SocialData-Namespace