Condividi tramite


Proprietà WebTestRequest.RecordedCookies

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public Property RecordedCookies As String
public string RecordedCookies { get; set; }
public:
property String^ RecordedCookies {
    String^ get ();
    void set (String^ value);
}
member RecordedCookies : string with get, set
function get RecordedCookies () : String 
function set RecordedCookies (value : String)

Valore proprietà

Tipo: String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestRequest Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting