Compartilhar via


ISharedStepReference.SharedStepId Propriedade

 

Obtém ou define a identificação de item de trabalho para a etapa compartilhada associada.

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

Sintaxe

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

Valor de propriedade

Type: System.Int32

A ID de item de trabalho para a etapa compartilhada associada.

Consulte também

ISharedStep
Interface ISharedStepReference
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo