Compartir a través de


ISharedStepResult.SharedStepId (Propiedad)

Obtiene el identificador del elemento de trabajo del paso compartido asociado.

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

Sintaxis

'Declaración
Property SharedStepId As Integer
    Get
    Set
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 propiedad

Tipo: System.Int32
El id. del elemento de trabajo.

Seguridad de .NET Framework

Vea también

Referencia

ISharedStepResult Interfaz

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

ISharedStep