This documentation is archived and is not being maintained.
DeploymentService::BeginAddBuildDeploymentProperty Method
Visual Studio 2013
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::IAsyncResultIAsyncResult that saves variable information for this async call.
- 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: