Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets suggestions for who the current user might want to follow.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Function GetMySuggestions As ClientObjectList(Of PersonProperties)
'Usage
Dim instance As PeopleManager
Dim returnValue As ClientObjectList(Of PersonProperties)
returnValue = instance.GetMySuggestions()
public ClientObjectList<PersonProperties> GetMySuggestions()
Return value
Type: Microsoft.SharePoint.Client.ClientObjectList<PersonProperties>