Compartir a través de


ISharedStepReference.SharedStepId (Propiedad)

Obtiene o establece el identificador de 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
Id. de elemento de trabajo para el paso compartido asociado.

Seguridad de .NET Framework

Vea también

Referencia

ISharedStepReference Interfaz

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

ISharedStep