Adds a property to the specified deployment
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
)
public:
void AddBuildDeploymentProperty(
    Uri^ deploymentUri, 
    String^ key, 
    String^ value
)
member AddBuildDeploymentProperty : 
        deploymentUri:Uri * 
        key:string * 
        value:string -> unit
public function AddBuildDeploymentProperty(
    deploymentUri : Uri, 
    key : String, 
    value : String
)
Parameters
- deploymentUri 
 Type: System.Uri- The build Uri that runs the deployment. 
- key 
 Type: System.String- The key of the property 
- value 
 Type: System.String- The 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.