MSTestSpec.HasMSTestCommandLineArgs Property

Returns true if MSTestCommandLineArgs is set.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property HasMSTestCommandLineArgs As Boolean
[BrowsableAttribute(false)]
public bool HasMSTestCommandLineArgs { get; }
[BrowsableAttribute(false)]
public:
property bool HasMSTestCommandLineArgs {
    bool get ();
}
[<BrowsableAttribute(false)>]
member HasMSTestCommandLineArgs : bool with get
function get HasMSTestCommandLineArgs () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

MSTestSpec Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace