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.
Queries the connected services and returns a list of all connected services metadata (non-secret) associated with this project.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function QueryConnectedServices ( _
requestContext As TeamFoundationRequestContext, _
teamProject As String _
) As List(Of ConnectedServiceMetadata)
public List<ConnectedServiceMetadata> QueryConnectedServices(
TeamFoundationRequestContext requestContext,
string teamProject
)
public:
List<ConnectedServiceMetadata^>^ QueryConnectedServices(
TeamFoundationRequestContext^ requestContext,
String^ teamProject
)
member QueryConnectedServices :
requestContext:TeamFoundationRequestContext *
teamProject:string -> List<ConnectedServiceMetadata>
public function QueryConnectedServices(
requestContext : TeamFoundationRequestContext,
teamProject : String
) : List<ConnectedServiceMetadata>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
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.