Compartir a través de


WebTestRequest.ThinkTime (Propiedad)

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

WebTestRequest Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)