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