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

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

Property Value

Type: System.String
The type of the test.

.NET Framework Security

See Also

Reference

ITmiTestImplementation Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace