Condividi tramite


Proprietà LoadTestUserContext.IsNewUser

Ottiene un valore che indica se un utente virtuale appena creato esegue il test corrente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsNewUser As Boolean
public bool IsNewUser { get; }
public:
property bool IsNewUser {
    bool get ();
}
member IsNewUser : bool with get
function get IsNewUser () : boolean

Valore proprietà

Tipo: System.Boolean
true indica che un utente virtuale appena creato esegue il test corrente; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LoadTestUserContext Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.LoadTesting