C-DEngine 5.105

TheEventLogEntry..::..Message Property

The TSM containing the content of the Log Entry

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

Syntax


public TSM Message { get; set; }
Public Property Message As TSM
	Get
	Set
public:
property TSM^ Message {
	TSM^ get ();
	void set (TSM^ value);
}