Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
List of connected services associated with the project
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function QueryConnectedServices ( _
teamProject As String _
) As List(Of ConnectedServiceMetadata)
public List<ConnectedServiceMetadata> QueryConnectedServices(
string teamProject
)
public:
List<ConnectedServiceMetadata^>^ QueryConnectedServices(
String^ teamProject
)
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>
List of ConnectedServiceMetadata - no secret information
.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.