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

string TestConfigurationName { get; }
property String^ TestConfigurationName {
    String^ get();
}
abstract TestConfigurationName : string with get
ReadOnly Property TestConfigurationName As String

Property Value

Type: System.String

The name of the test configuration.

See Also

ITestCaseResult Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top