C-DEngine 5.105

TheEventLogData..::..ActionObject Property

A pointer to the object that caused the event

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

Syntax


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