C-DEngine 5.105

TheEventLogData..::..EventCategory Property

A category of the event - this can be used by a logger to created different logs for each category (i.e. "NMI Audit", "Cloud Connects" etc) or to filter in the NMI

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

Syntax


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