C-DEngine 5.105

TheSessionState..::..Debug Property

Custom Debug "Long" to be stored with the session

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

Syntax


public long Debug { get; set; }
Public Property Debug As Long
	Get
	Set
public:
property long long^ Debug {
	long long^ get ();
	void set (long long^ value);
}