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