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
<UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")> _
<GroupingPropertyAttribute> _
<PropertyWindowAttribute> _
Public Overridable ReadOnly Property SolutionName As String
[UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute]
public virtual string SolutionName { get; }
[UserVisiblePropertyAttribute(L"{17471FB1-6BE0-4582-87AE-0154BF98656C}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute]
public:
virtual property String^ SolutionName {
String^ get ();
}
[<UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")>]
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute>]
abstract SolutionName : string with get
[<UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")>]
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute>]
override SolutionName : string with get
function get SolutionName () : String
Property Value
Type: String
The name of the solution that contains this test element.
Implements
.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.