ConnectedServicesWebService.QueryConnectedServices Method
Gets a list of all connected services metadata (non-secret) associated with this project
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.StringName of the project associated with services
Return Value
Type: System.Collections.Generic.List<ConnectedServiceMetadata>
List of 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.