C-DEngine 5.105

TheEventLogData..::..IsAck Property

Future use: records if an event was acknoledged by a user

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

Syntax


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