TestToolsTask.MinPriority Property

Specify the minimum priority for test execution. Only tests whose priority is greater than or equal to this value will be executed. Specify -1 if you do not want to specify a minimum priority.

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'Declaration
Public Property MinPriority As Integer
public int MinPriority { get; set; }
public:
property int MinPriority {
    int get ();
    void set (int value);
}
member MinPriority : int with get, set
function get MinPriority () : int 
function set MinPriority (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

TestToolsTask Class

Microsoft.TeamFoundation.Build.Tasks Namespace