Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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