Partager via


WebTest.PreAuthenticate, propriété

Obtient ou définit une valeur qui indique s'il faut pré-authentifier toutes les requêtes dans le test de performances Web.

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

Syntaxe

'Déclaration
Public Property PreAuthenticate As Boolean
    Get
    Set
public bool PreAuthenticate { get; set; }
public:
property bool PreAuthenticate {
    bool get ();
    void set (bool value);
}
member PreAuthenticate : bool with get, set
function get PreAuthenticate () : boolean
function set PreAuthenticate (value : boolean)

Valeur de propriété

Type : System.Boolean
true si toutes les requêtes sont pré-authentifiées ; sinon, false.La valeur par défaut est true.

Sécurité .NET Framework

Voir aussi

Référence

WebTest Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms