TestToolsTask.MaxPriority Property
Specify the maximum priority for test execution. Only tests whose priority is less than or equal to this value will be executed. Specify -1 if you do not want to specify a maximum priority.
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
Public Property MaxPriority As Integer
public int MaxPriority { get; set; }
public:
property int MaxPriority {
int get ();
void set (int value);
}
member MaxPriority : int with get, set
function get MaxPriority () : int
function set MaxPriority (value : int)
Property Value
Type: System.Int32
Returns Int32.
.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.