다음을 통해 공유


WebTestContext.ControllerName 속성

테스트 컨트롤러 컴퓨터의 이름을 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.WebTesting
어셈블리:  Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

구문

‘선언
Public ReadOnly Property ControllerName As String
public string ControllerName { get; }
public:
property String^ ControllerName {
    String^ get ();
}
member ControllerName : string with get
function get ControllerName () : String

속성 값

형식: String
테스트 컨트롤러 컴퓨터의 이름입니다.

.NET Framework 보안

참고 항목

참조

WebTestContext 클래스

Microsoft.VisualStudio.TestTools.WebTesting 네임스페이스

기타 리소스

Working with Agents