TestSpec.MSTestCommandLineArgs Property

Gets or sets a string of command line arguments for this test.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

‘선언
<BrowsableAttribute(True)> _
Public Property MSTestCommandLineArgs As String
    Get
    Set
[BrowsableAttribute(true)]
public string MSTestCommandLineArgs { get; set; }
[BrowsableAttribute(true)]
public:
property String^ MSTestCommandLineArgs {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(true)>]
member MSTestCommandLineArgs : string with get, set
function get MSTestCommandLineArgs () : String
function set MSTestCommandLineArgs (value : String)

Property Value

Type: System.String
A string of command line arguments for this test.

.NET Framework Security

See Also

Reference

TestSpec Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace