TestRunConfiguration.Name 属性

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
<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)

属性值

类型:String

.NET Framework 安全性

请参阅

参考

TestRunConfiguration 类

Microsoft.VisualStudio.TestTools.Common 命名空间