IIdentityManagementService2.GetMostRecentlyUsedUsers Method
Get the set of identities that have been recently accessed by the current user.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetMostRecentlyUsedUsers As TeamFoundationIdentity()
TeamFoundationIdentity[] GetMostRecentlyUsedUsers()
array<TeamFoundationIdentity^>^ GetMostRecentlyUsedUsers()
abstract GetMostRecentlyUsedUsers : unit -> TeamFoundationIdentity[]
function GetMostRecentlyUsedUsers() : TeamFoundationIdentity[]
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity[]
Returns 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.