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.
Get the set of identities which have been recently accessed by the current user
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- features
Type: System.Int32
Return Value
Type: array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
.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.