Get the set of identities which have been recently accessed by the current user and the current team members
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetMostRecentlyUsedUsersEx ( _
    teamId As Guid _
) As TeamFoundationIdentity()
TeamFoundationIdentity[] GetMostRecentlyUsedUsersEx(
    Guid teamId
)
array<TeamFoundationIdentity^>^ GetMostRecentlyUsedUsersEx(
    Guid teamId
)
abstract GetMostRecentlyUsedUsersEx : 
        teamId:Guid -> TeamFoundationIdentity[] 
function GetMostRecentlyUsedUsersEx(
    teamId : Guid
) : TeamFoundationIdentity[]
Parameters
- teamId
 Type: System.Guid
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.