This documentation is archived and is not being maintained.
DeploymentService::QueryDeployments Method
Visual Studio 2013
Query the list of deployments
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- spec
- Type: Microsoft.TeamFoundation.Build.Client::BuildDeploymentSpec
The parameters to query on.
Return Value
Type: array<Microsoft.TeamFoundation.Build.Client::BuildDeployment>An array of BuildDeployment[], each that contain basic information about the deployment build and the source build.
- 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: