C-DEngine 5.105

Cookie..::..Comment Property

Gets or sets the value of the Comment attribute of the cookie.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string Comment { get; set; }
Public Property Comment As String
	Get
	Set
public:
property String^ Comment {
	String^ get ();
	void set (String^ value);
}

Field Value

A String that represents the comment to document intended use of the cookie.