C-DEngine 5.105

CookieCollection..::..IsReadOnly Property

Gets a value indicating whether the collection is read-only.

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

Syntax


public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
	Get
public:
property bool^ IsReadOnly {
	bool^ get ();
}

Field Value

true if the collection is read-only; otherwise, false. The default value is true.