ITestRunBase.TestPlanId Propriedade
Retorna a ID do plano de teste que contém esta sequência ou 0 se for um ad-hoc executado.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
int TestPlanId { get; }
property int TestPlanId {
int get();
}
abstract TestPlanId : int with get
ReadOnly Property TestPlanId As Integer
Valor de propriedade
Type: System.Int32
Retorna Int32.
Consulte também
Interface ITestRunBase
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo