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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.