BuildDeploymentWebService.AddBuildDeploymentProperty Method
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<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
)
[ClientServiceMethodAttribute(AsyncPattern = true, SyncPattern = true)]
[WebMethodAttribute]
public:
void AddBuildDeploymentProperty(
String^ deploymentUri,
String^ key,
String^ value
)
[<ClientServiceMethodAttribute(AsyncPattern = true, SyncPattern = true)>]
[<WebMethodAttribute>]
member AddBuildDeploymentProperty :
deploymentUri:string *
key:string *
value:string -> unit
public function AddBuildDeploymentProperty(
deploymentUri : String,
key : String,
value : String
)
Parameters
- deploymentUri
Type: System.String
- key
Type: System.String
- value
Type: System.String
.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.