Proprietà WebTestRequest.ResponseTimeGoal
Spazio dei nomi: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintassi
'Dichiarazione
Public Property ResponseTimeGoal As Single
public float ResponseTimeGoal { get; set; }
public:
property float ResponseTimeGoal {
float get ();
void set (float value);
}
member ResponseTimeGoal : float32 with get, set
function get ResponseTimeGoal () : float
function set ResponseTimeGoal (value : float)
Valore proprietà
Tipo: Single
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.