C-DEngine 5.105

TheProcessMessage..::..Cookie Property

NEWV4: Allows to add a cookie object to the TPM

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

Syntax


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