Compartilhar via


Propriedade ITestActionResult.ActionId

Obtém ou definir um identificador para este resultado de ação.

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

Sintaxe

'Declaração
Property ActionId As Integer
    Get
    Set
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 propriedade

Tipo: System.Int32
O identificador.

Segurança do .NET Framework

Consulte também

Referência

ITestActionResult Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client