C-DEngine 5.105

TheEventLogEntry..::..EventID 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 int EventID { get; set; }
Public Property EventID As Integer
	Get
	Set
public:
property int^ EventID {
	int^ get ();
	void set (int^ value);
}