This documentation is archived and is not being maintained.
BuildDeployment Class
Visual Studio 2013
Represents a deployment in the TFS Build server.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
The BuildDeployment type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Deployment | Gets the deployment build URI. This field is read-only. |
![]() | DeploymentDefinitionName | Gets the build definition used to execute the deployment. |
![]() | Properties | Dictionary of string properties with string keys |
![]() | Source | Gets the source build URI. This field is read-only. |
![]() | WebsiteUrl | Url to the build Web site for the deployment. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides Object::ToString().) |
Show:
