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)

Syntax

'Declaration
Public Sub AddBuildDeploymentProperty ( _
    deploymentUri As Uri, _
    key As String, _
    value As String _
)
public void AddBuildDeploymentProperty(
    Uri deploymentUri,
    string key,
    string value
)
public:
void AddBuildDeploymentProperty(
    Uri^ deploymentUri, 
    String^ key, 
    String^ value
)
member AddBuildDeploymentProperty : 
        deploymentUri:Uri * 
        key:string * 
        value:string -> unit
public function AddBuildDeploymentProperty(
    deploymentUri : Uri, 
    key : String, 
    value : String
)

Parameters

  • deploymentUri
    Type: System.Uri

    The build Uri that runs the deployment.

.NET Framework Security

See Also

Reference

DeploymentService Class

Microsoft.TeamFoundation.Build.Client Namespace