C-DEngine 5.105

TheEventLogEntry..::..Serial Property

If the event has an ID it will be in this integer

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

Syntax


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