PeopleManager.GetMyFollowers method

Gets the people who are following the current user.

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

Syntax

'Declaration
Public Function GetMyFollowers As List(Of PersonProperties)
'Usage
Dim instance As PeopleManager
Dim returnValue As List(Of PersonProperties)

returnValue = instance.GetMyFollowers()
public List<PersonProperties> GetMyFollowers()

Return value

Type: System.Collections.Generic.List<PersonProperties>
The people who are following the current user.

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.Office.Server.UserProfiles namespace