Condividi tramite


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

Vedere anche

Riferimenti

WebTestRequest Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting