BuildRequest.ProcessParameters Property
Gets or sets the process parameters to use for the build. Parameters that aren't explicitly overridden by the build will inherit values from the build definition.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, Direction := ClientPropertySerialization.ClientToServerOnly)> _
Public Property ProcessParameters As String
[ClientPropertyAttribute(ClientVisibility.Public, Direction = ClientPropertySerialization.ClientToServerOnly)]
public string ProcessParameters { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, Direction = ClientPropertySerialization::ClientToServerOnly)]
public:
property String^ ProcessParameters {
String^ get ();
void set (String^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, Direction = ClientPropertySerialization.ClientToServerOnly)>]
member ProcessParameters : string with get, set
function get ProcessParameters () : String
function set ProcessParameters (value : String)
Property Value
Type: System.String
Returns String.
.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.