Share via


IQueuedBuild.CommandLineArguments Property

Gets the MSBuild command-line arguments used for the build. 

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

Syntax

'Declaration
ReadOnly Property CommandLineArguments As String
'Usage
Dim instance As IQueuedBuild 
Dim value As String 

value = instance.CommandLineArguments
string CommandLineArguments { get; }
property String^ CommandLineArguments {
    String^ get ();
}
function get CommandLineArguments () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IQueuedBuild Interface

IQueuedBuild Members

Microsoft.TeamFoundation.Build.Client Namespace