Partager via


WebTestContext.IsNewUser, propriété

Obtient une valeur qui indique si le test de performances Web est exécuté dans le contexte d'un nouvel utilisateur du site Web cible.

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

Syntaxe

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

Valeur de propriété

Type : System.Boolean
true si le test de performances Web est exécuté dans le contexte d'un nouvel utilisateur ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

WebTestContext Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms