BuildDeploymentWebService.AddBuildDeploymentProperty Method
Adds a property to the specified deployment
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<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
)
[WebMethodAttribute]
[ClientServiceMethodAttribute(AsyncPattern = true, SyncPattern = true)]
public:
void AddBuildDeploymentProperty(
String^ deploymentUri,
String^ key,
String^ value
)
[<WebMethodAttribute>]
[<ClientServiceMethodAttribute(AsyncPattern = true, SyncPattern = true)>]
member AddBuildDeploymentProperty :
deploymentUri:string *
key:string *
value:string -> unit
public function AddBuildDeploymentProperty(
deploymentUri : String,
key : String,
value : String
)
Parameters
deploymentUri
Type: System.StringThe build Uri that runs the deployment.
key
Type: System.StringThe key of the property
value
Type: System.StringThe value of the property
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.