ConnectedServicesWebService.GetConnectedService Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetConnectedService ( _
name As String, _
teamProject As String _
) As ConnectedService
[WebMethodAttribute]
public ConnectedService GetConnectedService(
string name,
string teamProject
)
[WebMethodAttribute]
public:
ConnectedService^ GetConnectedService(
String^ name,
String^ teamProject
)
[<WebMethodAttribute>]
member GetConnectedService :
name:string *
teamProject:string -> ConnectedService
public function GetConnectedService(
name : String,
teamProject : String
) : ConnectedService
Parameters
- 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.
See Also
Reference
ConnectedServicesWebService Class
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace