Share via


ITmiTestImplementation.TestTypeId Property

Gets or sets the GUID for the test implementation provider (TIP).

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

Syntax

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

Property Value

Type: Guid
The GUID for the test.

.NET Framework Security

See Also

Reference

ITmiTestImplementation Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace