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

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

Property Value

Type: System.Guid

The GUID for the test.

See Also

ITmiTestImplementation Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top