C-DEngine 5.105

TheGELFLogEntry..::.._log_id Property

Log ID of the event

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

Syntax


public int _log_id { get; set; }
Public Property _log_id As Integer
	Get
	Set
public:
property int^ _log_id {
	int^ get ();
	void set (int^ value);
}