IdentityManagementWebService2.GetMostRecentlyUsedUsers Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm.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
- features
Type: System.Int32
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Server.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.
See Also
Reference
IdentityManagementWebService2 Class
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace