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 the leaders in the user profile database.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetLeaders As List(Of Leader)
'Usage
Dim instance As UserProfileManager
Dim returnValue As List(Of Leader)
returnValue = instance.GetLeaders()
public List<Leader> GetLeaders()
Return Value
Type: System.Collections.Generic.List<Leader>
The leaders in the user profile database.
Remarks
This method gets all of the leaders that are contained in the user profile database.