Partager via


ITestBase.Priority, propriété

Obtient ou définit la priorité pour l'exécution ou l'analyse de ce test.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
Property Priority As Integer
    Get
    Set
int Priority { get; set; }
property int Priority {
    int get ();
    void set (int value);
}
abstract Priority : int with get, set
function get Priority () : int
function set Priority (value : int)

Valeur de propriété

Type : System.Int32
La priorité pour exécuter ce test.

Sécurité .NET Framework

Voir aussi

Référence

ITestBase Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms