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
'Déclaration
Property ProcessParameters As String
Get
Set
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 exists 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
- 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.