This documentation is archived and is not being maintained.
ConnectedServicesService::QueryConnectedServices Method
Visual Studio 2013
List of connected services associated with the project
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public:
List<ConnectedServiceMetadata^>^ QueryConnectedServices(
String^ teamProject
)
Parameters
- teamProject
- Type: System::String
Return Value
Type: System.Collections.Generic::List<ConnectedServiceMetadata>List of ConnectedServiceMetadata - no secret information
- 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.
Show: