PeopleManager.GetPeopleFollowedByMe method
Gets the set of people who the current user is following.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetPeopleFollowedByMe As List(Of PersonProperties)
'Usage
Dim instance As PeopleManager
Dim returnValue As List(Of PersonProperties)
returnValue = instance.GetPeopleFollowedByMe()
public List<PersonProperties> GetPeopleFollowedByMe()
Return value
Type: System.Collections.Generic.List<PersonProperties>