PeopleManager.GetPeopleFollowedBy method

Gets the people who the specified user is following.

Namespace:  Microsoft.SharePoint.Client.UserProfiles
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Function GetPeopleFollowedBy ( _
    accountName As String _
) As ClientObjectList(Of PersonProperties)
'Usage
Dim instance As PeopleManager
Dim accountName As String
Dim returnValue As ClientObjectList(Of PersonProperties)

returnValue = instance.GetPeopleFollowedBy(accountName)
public ClientObjectList<PersonProperties> GetPeopleFollowedBy(
    string accountName
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientObjectList<PersonProperties>

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.SharePoint.Client.UserProfiles namespace