Proprietà WebTestRequest.ThinkTime
Spazio dei nomi: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintassi
'Dichiarazione
Public Property ThinkTime As Integer
public int ThinkTime { get; set; }
public:
property int ThinkTime {
int get ();
void set (int value);
}
member ThinkTime : int with get, set
function get ThinkTime () : int
function set ThinkTime (value : int)
Valore proprietà
Tipo: Int32
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.