Condividi tramite


Proprietà WebTestContext.IsNewUser

Ottiene un valore che indica se il test delle prestazioni Web è in esecuzione nel contesto di un nuovo utente del sito Web di destinazione.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Boolean
true se il test delle prestazioni Web è in esecuzione nel contesto di un nuovo utente; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestContext Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting