다음을 통해 공유


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 네임스페이스