TestToolsTask.MaxPriority Property

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

Syntax

'宣言
Public Property MaxPriority As Integer
    Get
    Set
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

.NET Framework Security

See Also

Reference

TestToolsTask Class

Microsoft.TeamFoundation.Build.Tasks Namespace