Share via


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

See Also

Reference

ITestCaseResult Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace