C-DEngine 5.105

TheNMIBaseControl..::..Cookie Property

Allows to set a custom cookie on a control

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


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