Partilhar via


Propriedade ISharedStepResult.SharedStepId

Obtém a ID de item de trabalho da etapa compartilhada associada.

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

Sintaxe

'Declaração
Property SharedStepId As Integer
int SharedStepId { get; set; }
property int SharedStepId {
    int get ();
    void set (int value);
}
abstract SharedStepId : int with get, set
function get SharedStepId () : int
function set SharedStepId (value : int)

Valor de propriedade

Tipo: System.Int32
O ID do item de trabalho.

Segurança do .NET Framework

Consulte também

Referência

ISharedStepResult Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client

ISharedStep