This documentation is archived and is not being maintained.
DeploymentService::AddBuildDeploymentProperty 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: 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
- 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: