Condividi tramite


Proprietà ISharedStepReference.SharedStepId

Ottiene o imposta l'ID elemento di lavoro del passo condiviso associato.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Int32
ID elemento di lavoro del passo condiviso associato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISharedStepReference Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

ISharedStep