ITestCaseResult.TestConfigurationName Property
Gets the name of the configuration of the test that is currently being executed.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
ReadOnly Property TestConfigurationName As String
string TestConfigurationName { get; }
property String^ TestConfigurationName {
String^ get ();
}
abstract TestConfigurationName : string with get
function get TestConfigurationName () : String
Property Value
Type: String
The name of the test configuration.
.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.