This documentation is archived and is not being maintained.

DeploymentService::AddBuildDeploymentProperty Method

Adds a property to the specified deployment

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

public:
void AddBuildDeploymentProperty(
	Uri^ deploymentUri, 
	String^ key, 
	String^ value
)

Parameters

deploymentUri
Type: System::Uri

The build Uri that runs the deployment.

key
Type: System::String

The key of the property

value
Type: System::String

The value of the property

Show: