C-DEngine 5.105

TheEventLogData..::..UserID Property

User that caused/triggered the event. If a thing caused the event the ActionObject should contain the ThingMID

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

Syntax


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