Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Server Namespace / IServerRepository Interface / GetUserProfiles Method

In This Topic
    GetUserProfiles Method
    In This Topic
    The set of users defined for this repository
    Syntax
    '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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also