Condividi tramite


Proprietà ITmiTestImplementation.TestTypeId

Ottiene o imposta il GUID del provider di implementazione del test (TIP).

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Guid
Il GUID del test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITmiTestImplementation Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client