ITmiTestImplementation.TestName Property
Gets or sets the name of the test method.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Property TestName As String
string TestName { get; set; }
property String^ TestName {
String^ get ();
void set (String^ value);
}
abstract TestName : string with get, set
function get TestName () : String
function set TestName (value : String)
Property Value
Type: String
The name of the test method.
.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.