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: String
The type of the test.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.