Retrieve the applications that have the given clientIds
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetApplications ( _
    requestContext As TeamFoundationRequestContext, _
    clientIds As IEnumerable(Of String) _
) As List(Of OAuthApplication)
public List<OAuthApplication> GetApplications(
    TeamFoundationRequestContext requestContext,
    IEnumerable<string> clientIds
)
public:
List<OAuthApplication^>^ GetApplications(
    TeamFoundationRequestContext^ requestContext, 
    IEnumerable<String^>^ clientIds
)
member GetApplications : 
        requestContext:TeamFoundationRequestContext * 
        clientIds:IEnumerable<string> -> List<OAuthApplication> 
public function GetApplications(
    requestContext : TeamFoundationRequestContext, 
    clientIds : IEnumerable<String>
) : List<OAuthApplication>
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- clientIds 
 Type: System.Collections.Generic.IEnumerable<String>- The clientIds for the applications to retieve. 
Return Value
Type: System.Collections.Generic.List<OAuthApplication>
The matching application
.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.