PeopleManager.GetPeopleFollowedByMe - Méthode
Obtient l'ensemble des personnes qui suit l'utilisateur actuel.
Espace de noms : Microsoft.Office.Server.UserProfiles
Assembly : Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)
Syntaxe
'Déclaration
Public Function GetPeopleFollowedByMe As List(Of PersonProperties)
'Utilisation
Dim instance As PeopleManager
Dim returnValue As List(Of PersonProperties)
returnValue = instance.GetPeopleFollowedByMe()
public List<PersonProperties> GetPeopleFollowedByMe()
Valeur renvoyée
Type : System.Collections.Generic.List<PersonProperties>