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
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")> _
<PropertyWindowAttribute> _
Public Overridable ReadOnly Property SolutionName As String
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")]
[PropertyWindowAttribute]
public virtual string SolutionName { get; }
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{17471FB1-6BE0-4582-87AE-0154BF98656C}")]
[PropertyWindowAttribute]
public:
virtual property String^ SolutionName {
    String^ get ();
}
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")>]
[<PropertyWindowAttribute>]
abstract SolutionName : string
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")>]
[<PropertyWindowAttribute>]
override SolutionName : string
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

Microsoft.VisualStudio.TestTools.Common Namespace