'Declaration
Function GetUserProfiles() As IList(Of IUserProfile)
IList<IUserProfile> GetUserProfiles()
Return Value
A list of the user profiles currently defined in the system. Since this collection can change while the system is running a fresh collection is returned each time this method is called.