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
- teamFoundationId
 Type: System.Guid
.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.