Share via


PeopleManager.GetFollowersFor(String) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientObjectList<Microsoft.SharePoint.Client.UserProfiles.PersonProperties> GetFollowersFor (string accountName);
member this.GetFollowersFor : string -> Microsoft.SharePoint.Client.ClientObjectList<Microsoft.SharePoint.Client.UserProfiles.PersonProperties>
Public Function GetFollowersFor (accountName As String) As ClientObjectList(Of PersonProperties)

Parameters

accountName
String

Returns

Attributes

Applies to