BuildDeploymentWebService.AddBuildDeploymentProperty, méthode
Espace de noms : Microsoft.TeamFoundation.Build.Server
Assembly : Microsoft.TeamFoundation.Build.Server (dans Microsoft.TeamFoundation.Build.Server.dll)
Syntaxe
'Déclaration
<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
)
Paramètres
- deploymentUri
Type : System.String
- key
Type : System.String
- value
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.