Partilhar via


Propriedade ITestCaseResult.Priority

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
Property Priority As Integer
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)

Valor de propriedade

Tipo: Int32

Segurança do .NET Framework

Consulte também

Referência

ITestCaseResult Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client