Share via


TestRunConfiguration.ElementName Property

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 with get 
override ElementName : string with get
final function get ElementName () : String

Property Value

Type: String

Implements

IXmlTestStoreCustom.ElementName

.NET Framework Security

See Also

Reference

TestRunConfiguration Class

Microsoft.VisualStudio.TestTools.Common Namespace