Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the specified identity to a most recently used (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 ( _
identity As TeamFoundationIdentity _
)
void AddRecentUser(
TeamFoundationIdentity identity
)
void AddRecentUser(
TeamFoundationIdentity^ identity
)
abstract AddRecentUser :
identity:TeamFoundationIdentity -> unit
function AddRecentUser(
identity : TeamFoundationIdentity
)
Parameters
.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.