Share via


TestRunConfiguration.Name Property

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

Syntax

'Declaration
<VisiblePropertyAttribute> _
<GroupingPropertyAttribute> _
Public Property Name As String
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public string Name { get; set; }
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
[<VisiblePropertyAttribute>]
[<GroupingPropertyAttribute>]
member Name : string with get, set
function get Name () : String 
function set Name (value : String)

Property Value

Type: String

.NET Framework Security

See Also

Reference

TestRunConfiguration Class

Microsoft.VisualStudio.TestTools.Common Namespace