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.
Add the given user to RecentUsers
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
void AddRecentUser(
Guid user
)
void AddRecentUser(
Guid user
)
abstract AddRecentUser :
user:Guid -> unit
Sub AddRecentUser (
user As Guid
)
Parameters
- user
Type: System.Guid
See Also
AddRecentUser Overload
ITfsIdentityStore Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top