ITestActionResult.ActionId (Propiedad)

Obtiene o establece un identificador para el resultado de esta acción.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Int32
Identificador.

Seguridad de .NET Framework

Vea también

Referencia

ITestActionResult Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)