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
'Declaração
ReadOnly Property ProcessParameters As String
Get
string ProcessParameters { get; }
property String^ ProcessParameters {
String^ get ();
}
abstract ProcessParameters : string
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 exists 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
- 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.