IIdentityManagementService2.AddRecentUser Method (Guid)

Adds the specified identity to MRU list of users for the current user.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Sub AddRecentUser ( _
    teamFoundationId As Guid _
)
void AddRecentUser(
    Guid teamFoundationId
)
void AddRecentUser(
    Guid teamFoundationId
)
abstract AddRecentUser : 
        teamFoundationId:Guid -> unit
function AddRecentUser(
    teamFoundationId : Guid
)

Parameters

.NET Framework Security

See Also

Reference

IIdentityManagementService2 Interface

AddRecentUser Overload

Microsoft.TeamFoundation.Framework.Client Namespace