C-DEngine 5.105

TheEventLogData..::..AckUserID Property

Future Use: The User ID that acknowledged the event

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

Syntax


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