WebTestRequest.RecordedCookies Property
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
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)
Property Value
Type: String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.