IBuildDetail.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
ReadOnly Property ProcessParameters As String
string ProcessParameters { get; }
property String^ ProcessParameters {
    String^ get ();
}
abstract ProcessParameters : string with get
function get ProcessParameters () : 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 IBuildRequest 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

IBuildDetail Interface

Microsoft.TeamFoundation.Build.Client Namespace