Share via


ITestPoint.ConfigurationName Property

Name of the T[:Microsoft.TeamFoundation.TestManagement.Client.ITestConfiguration] that this point represents.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
ReadOnly Property ConfigurationName As String
string ConfigurationName { get; }
property String^ ConfigurationName {
    String^ get ();
}
abstract ConfigurationName : string with get
function get ConfigurationName () : String

Property Value

Type: String
The name of the test configuration.

.NET Framework Security

See Also

Reference

ITestPoint Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace