Partilhar via


Propriedade ITestRunBase.TestPlanId

Retorna a identificação do plano de teste que contém esse executado ou 0 se esta é uma execução ad hoc.

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

Sintaxe

'Declaração
ReadOnly Property TestPlanId As Integer
int TestPlanId { get; }
property int TestPlanId {
    int get ();
}
abstract TestPlanId : int with get
function get TestPlanId () : int

Valor de propriedade

Tipo: System.Int32
Retorna Int32.

Segurança do .NET Framework

Consulte também

Referência

ITestRunBase Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client