Compartilhar via


Propriedade ITmiTestImplementation.TestTypeId

Obtém ou define o GUID para o provedor de implementação de teste (TIP).

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

Sintaxe

'Declaração
Property TestTypeId As Guid
Guid TestTypeId { get; set; }
property Guid TestTypeId {
    Guid get ();
    void set (Guid value);
}
abstract TestTypeId : Guid with get, set
function get TestTypeId () : Guid 
function set TestTypeId (value : Guid)

Valor de propriedade

Tipo: Guid
O GUID para o teste.

Segurança do .NET Framework

Consulte também

Referência

ITmiTestImplementation Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client