Compartilhar via


ITestActionResult.ActionId Propriedade

 

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

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

Valor de propriedade

Type: System.Int32

O identificador.

Consulte também

Interface ITestActionResult
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo