ConnectedServicesWebService.QueryConnectedServices Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueryConnectedServices ( _
teamProject As String _
) As List(Of ConnectedServiceMetadata)
[WebMethodAttribute]
public List<ConnectedServiceMetadata> QueryConnectedServices(
string teamProject
)
[WebMethodAttribute]
public:
List<ConnectedServiceMetadata^>^ QueryConnectedServices(
String^ teamProject
)
[<WebMethodAttribute>]
member QueryConnectedServices :
teamProject:string -> List<ConnectedServiceMetadata>
public function QueryConnectedServices(
teamProject : String
) : List<ConnectedServiceMetadata>
Parameters
- teamProject
Type: System.String
Return Value
Type: System.Collections.Generic.List<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.
See Also
Reference
ConnectedServicesWebService Class
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace