Share via


IBuildDetail.CommandLineArguments Property

Gets the MSBuild command-line arguments used for this 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 IBuildDetail 
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

IBuildDetail Interface

IBuildDetail Members

Microsoft.TeamFoundation.Build.Client Namespace