Share via


TestElement.SolutionName Property

Gets the name of the solution that contains this test element.

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

Syntax

'Declaration
<PropertyWindowAttribute> _
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")> _
Public Overridable ReadOnly Property SolutionName As String
'Usage
Dim instance As TestElement 
Dim value As String 

value = instance.SolutionName
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")]
public virtual string SolutionName { get; }
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{17471FB1-6BE0-4582-87AE-0154BF98656C}")]
public:
virtual property String^ SolutionName {
    String^ get ();
}
public function get SolutionName () : String

Property Value

Type: System.String
The name of the solution that contains this test element.

Implements

ITestElement.SolutionName

.NET Framework Security

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace