Share via


ITmiTestImplementation.TestType Property

 

Gets or sets the type of the test.

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

Syntax

string TestType { get; set; }
property String^ TestType {
    String^ get();
    void set(String^ value);
}
abstract TestType : string with get, set
Property TestType As String

Property Value

Type: System.String

The type of the test.

See Also

ITmiTestImplementation Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top