BuildDeploymentWebService.AddBuildDeploymentProperty Method

Adds a property to the specified deployment

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

Syntax

'Declaration
<WebMethodAttribute> _
<ClientServiceMethodAttribute(AsyncPattern := True, SyncPattern := True)> _
Public Sub AddBuildDeploymentProperty ( _
    deploymentUri As String, _
    key As String, _
    value As String _
)
[WebMethodAttribute]
[ClientServiceMethodAttribute(AsyncPattern = true, SyncPattern = true)]
public void AddBuildDeploymentProperty(
    string deploymentUri,
    string key,
    string value
)
[WebMethodAttribute]
[ClientServiceMethodAttribute(AsyncPattern = true, SyncPattern = true)]
public:
void AddBuildDeploymentProperty(
    String^ deploymentUri, 
    String^ key, 
    String^ value
)
[<WebMethodAttribute>]
[<ClientServiceMethodAttribute(AsyncPattern = true, SyncPattern = true)>]
member AddBuildDeploymentProperty : 
        deploymentUri:string * 
        key:string * 
        value:string -> unit
public function AddBuildDeploymentProperty(
    deploymentUri : String, 
    key : String, 
    value : String
)

Parameters

  • deploymentUri
    Type: System.String

    The build Uri that runs the deployment.

.NET Framework Security

See Also

Reference

BuildDeploymentWebService Class

Microsoft.TeamFoundation.Build.Server Namespace