BuildDeploymentWebService.AddBuildDeploymentProperty 方法
将属性添加到指定的部署
命名空间: Microsoft.TeamFoundation.Build.Server
程序集: Microsoft.TeamFoundation.Build.Server(在 Microsoft.TeamFoundation.Build.Server.dll 中)
语法
声明
<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
)
参数
- deploymentUri
类型:System.String
运行部署版本的 Uri。
- key
类型:System.String
属性键
- value
类型:System.String
属性的值
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。