Partager via


WebTest.Password, propriété

Obtient et définit le mot de passe utilisé pour l'authentification.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Property Password As String
    Get
    Set
public string Password { get; set; }
public:
property String^ Password {
    String^ get ();
    void set (String^ value);
}
member Password : string with get, set
function get Password () : String
function set Password (value : String)

Valeur de propriété

Type : System.String
Mot de passe utilisé pour l'authentification.La valeur par défaut est une chaîne vide.

Sécurité .NET Framework

Voir aussi

Référence

WebTest Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms

Autres ressources

Comment : définir des informations d'identification sur un test des performances de site Web