Share via


IdentityManagementWebService2.AddRecentUser Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub AddRecentUser ( _
    teamFoundationId As Guid _
)
[WebMethodAttribute]
public void AddRecentUser(
    Guid teamFoundationId
)
[WebMethodAttribute]
public:
void AddRecentUser(
    Guid teamFoundationId
)
[<WebMethodAttribute>]
member AddRecentUser : 
        teamFoundationId:Guid -> unit
public function AddRecentUser(
    teamFoundationId : Guid
)

Parameters

.NET Framework Security

See Also

Reference

IdentityManagementWebService2 Class

Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace