Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a collection of cookies.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property Cookies As CookieCollection
public CookieCollection Cookies { get; internal set; }
public:
property CookieCollection^ Cookies {
CookieCollection^ get ();
internal: void set (CookieCollection^ value);
}
member Cookies : CookieCollection with get, internal set
function get Cookies () : CookieCollection
internal function set Cookies (value : CookieCollection)
Property Value
Type: CookieCollection
A CookieCollection collection.
.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.