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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace