BuildDeploymentWebService.AddBuildDeploymentProperty Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

BuildDeploymentWebService Class

Microsoft.TeamFoundation.Build.Server Namespace