Share via


TestRunConfiguration.ElementName Property

Gets the run configuration that is saved in the test settings format, under the element "TestSettings".

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public ReadOnly Property ElementName As String
public string ElementName { get; }
public:
virtual property String^ ElementName {
    String^ get () sealed;
}
abstract ElementName : string
override ElementName : string
final function get ElementName () : String

Property Value

Type: System.String
The run configuration that is saved in the test settings format.

Implements

IXmlTestStoreCustom.ElementName

.NET Framework Security

See Also

Reference

TestRunConfiguration Class

Microsoft.VisualStudio.TestTools.Common Namespace