CookieSupport Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

(Obsolete) Gets or sets a value indicating whether cookies are supported.

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Property CookieSupport As Boolean
'Usage
Dim instance As QueryStringBuilder
Dim value As Boolean

value = instance.CookieSupport

instance.CookieSupport = value
public bool CookieSupport { get; set; }
public:
property bool CookieSupport {
    bool get ();
    void set (bool value);
}
public function get CookieSupport () : boolean
public function set CookieSupport (value : boolean)

Property Value

Type: System..::.Boolean
true if cookies are supported; otherwise, false.

Remarks

Stores a value indicating whether cookies are supported. If cookies are supported, tickets are appended to the URL.

Permissions

See Also

Reference

QueryStringBuilder Class

QueryStringBuilder Members

Microsoft.CommerceServer.Runtime Namespace