Partilhar via


Propriedade WebTest.UserName

Get e set o nome de usuário usado para autenticação.

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

Sintaxe

'Declaração
Public Property UserName As String
public string UserName { get; set; }
public:
property String^ UserName {
    String^ get ();
    void set (String^ value);
}
member UserName : string with get, set
function get UserName () : String
function set UserName (value : String)

Valor de propriedade

Tipo: System.String
O nome de usuário usado para autenticação.o valor padrão é uma cadeia de caracteres vazia.

Segurança do .NET Framework

Consulte também

Referência

WebTest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting

Outros recursos

Como: definir credenciais em um teste de desempenho da Web