MSTestSpec.MSTestCommandLineArgs Property

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property MSTestCommandLineArgs As String
[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
Returns String.

.NET Framework Security

See Also

Reference

MSTestSpec Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace