UserProfileManager.GetLeaders method

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.

See also

Reference

UserProfileManager class

UserProfileManager members

Microsoft.Office.Server.UserProfiles namespace