Freigeben über


DeploymentService.AddBuildDeploymentProperty-Methode

Fügt einer bestimmten Bereitstellung hinzu

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
)

Parameter

  • deploymentUri
    Typ: System.Uri
    Der Build-URI, der die Bereitstellung ausführt.

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentService Klasse

Microsoft.TeamFoundation.Build.Client-Namespace