Compartilhar via


ITmiTestImplementation.TestType Propriedade

 

Obtém ou define o tipo do teste.

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

Sintaxe

string TestType { get; set; }
property String^ TestType {
    String^ get();
    void set(String^ value);
}
abstract TestType : string with get, set
Property TestType As String

Valor de propriedade

Type: System.String

O tipo de teste.

Consulte também

Interface ITmiTestImplementation
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo