C-DEngine 5.105

TheEventLogEntry..::..WasWritten Property

Internal use only: This flag is set once the event entry was written to file

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

Syntax


public bool WasWritten { get; set; }
Public Property WasWritten As Boolean
	Get
	Set
public:
property bool^ WasWritten {
	bool^ get ();
	void set (bool^ value);
}