This documentation is archived and is not being maintained.

DeploymentService::BeginAddBuildDeploymentProperty 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:
IAsyncResult^ BeginAddBuildDeploymentProperty(
	Uri^ deploymentUri, 
	String^ key, 
	String^ value, 
	AsyncCallback^ callback, 
	Object^ state
)

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

callback
Type: System::AsyncCallback

The method to call when this operation has completed.

state
Type: System::Object

An object that saves variable information for an instance of an asynchronous activity.

Return Value

Type: System::IAsyncResult
IAsyncResult that saves variable information for this async call.

Show: