Propriedade WebTestContext.ControllerName

Obtém o nome do computador do controlador de teste.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public ReadOnly Property ControllerName As String
    Get
public string ControllerName { get; }
public:
property String^ ControllerName {
    String^ get ();
}
member ControllerName : string
function get ControllerName () : String

Valor de propriedade

Tipo: System.String
O nome do computador do controlador de teste.

Segurança do .NET Framework

Consulte também

Referência

WebTestContext Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting

Outros recursos

Controllers, Agents, and Rigs (original Ori)