Compartir a través de


BuildDeploymentWebService.AddBuildDeploymentProperty (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Build.Server
Ensamblado:  Microsoft.TeamFoundation.Build.Server (en Microsoft.TeamFoundation.Build.Server.dll)

Sintaxis

'Declaración
<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
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

BuildDeploymentWebService Clase

Microsoft.TeamFoundation.Build.Server (Espacio de nombres)