IBuildDefinition.ProcessParameters Property

Gets an XML formatted string representing all the process parameters for this build.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Property ProcessParameters As String
string ProcessParameters { get; set; }
property String^ ProcessParameters {
    String^ get ();
    void set (String^ value);
}
abstract ProcessParameters : string with get, set
function get ProcessParameters () : String 
function set ProcessParameters (value : String)

Property Value

Type: System.String
An XML formatted string representing all the process parameters for this build.

Remarks

Process parameters are set in the process tab of the build definition. This property also is in the IBuildDefinition and IBuildDetail interfaces.

For more information about how to parse the process parameter string, see: TFS2010 - Queuing a Build With Custom Process Parameter Values

.NET Framework Security

See Also

Reference

IBuildDefinition Interface

Microsoft.TeamFoundation.Build.Client Namespace