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
- 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.