C-DEngine 5.105

TheEventLogData..::..EventString Property

Longer explanation of the event with possible remidies what to do about the event

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

Syntax


public string EventString { get; set; }
Public Property EventString As String
	Get
	Set
public:
property String^ EventString {
	String^ get ();
	void set (String^ value);
}