TeamFoundationConnectedServicesService.GetConnectedService Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetConnectedService ( _
requestContext As TeamFoundationRequestContext, _
name As String, _
teamProject As String _
) As ConnectedService
public ConnectedService GetConnectedService(
TeamFoundationRequestContext requestContext,
string name,
string teamProject
)
public:
ConnectedService^ GetConnectedService(
TeamFoundationRequestContext^ requestContext,
String^ name,
String^ teamProject
)
member GetConnectedService :
requestContext:TeamFoundationRequestContext *
name:string *
teamProject:string -> ConnectedService
public function GetConnectedService(
requestContext : TeamFoundationRequestContext,
name : String,
teamProject : String
) : ConnectedService
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- name
Type: System.String
- teamProject
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.Alm.ConnectedService
.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.