IBuildRequest.CommandLineArguments Property

Note: This API is now obsolete.

Gets or sets the command-line arguments to be used for the requested build.

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

Syntax

'Declaration
<ObsoleteAttribute("This property has been deprecated. Please remove all references. To pass command line arguments to MSBuild.exe, set the ProcessParameters property.",  _
    True)> _
Property CommandLineArguments As String
[ObsoleteAttribute("This property has been deprecated. Please remove all references. To pass command line arguments to MSBuild.exe, set the ProcessParameters property.", 
    true)]
string CommandLineArguments { get; set; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references. To pass command line arguments to MSBuild.exe, set the ProcessParameters property.", 
    true)]
property String^ CommandLineArguments {
    String^ get ();
    void set (String^ value);
}
[<ObsoleteAttribute("This property has been deprecated. Please remove all references. To pass command line arguments to MSBuild.exe, set the ProcessParameters property.", 
    true)>]
abstract CommandLineArguments : string with get, set
function get CommandLineArguments () : String
function set CommandLineArguments (value : String)

Property Value

Type: System.String
The command-line arguments to be used for the requested build.

.NET Framework Security

See Also

Reference

IBuildRequest Interface

Microsoft.TeamFoundation.Build.Client Namespace