Compartilhar via


ITestRun.Type Propriedade

 

Obtém o tipo dessa execução de teste.

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

Sintaxe

TestRunType Type { get; set; }
property TestRunType Type {
    TestRunType get();
    void set(TestRunType value);
}
abstract Type : TestRunType with get, set
Property Type As TestRunType

Valor de propriedade

Type: Microsoft.TeamFoundation.TestManagement.Client.TestRunType

O tipo dessa execução de teste.

Consulte também

TestRunType
Interface ITestRun
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo