Share via


IdentityManagementWebService2.GetMostRecentlyUsedUsers Method

Get the set of identities which have been recently accessed by the current user

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetMostRecentlyUsedUsers ( _
    features As Integer _
) As TeamFoundationIdentity()
[WebMethodAttribute]
public TeamFoundationIdentity[] GetMostRecentlyUsedUsers(
    int features
)
[WebMethodAttribute]
public:
array<TeamFoundationIdentity^>^ GetMostRecentlyUsedUsers(
    int features
)
[<WebMethodAttribute>]
member GetMostRecentlyUsedUsers : 
        features:int -> TeamFoundationIdentity[] 
public function GetMostRecentlyUsedUsers(
    features : int
) : TeamFoundationIdentity[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentity[]
Returns TeamFoundationIdentity.

.NET Framework Security

See Also

Reference

IdentityManagementWebService2 Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace