Condividi tramite


Proprietà ITestActionResult.ActionId

Ottiene o imposta un identificatore per il risultato dell'azione.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
Property ActionId As Integer
int ActionId { get; set; }
property int ActionId {
    int get ();
    void set (int value);
}
abstract ActionId : int with get, set
function get ActionId () : int 
function set ActionId (value : int)

Valore proprietà

Tipo: Int32
Identificatore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestActionResult Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client