C-DEngine 5.105

TheServiceHostInfo..::..EnableHistorianDataLog Property

If True, the thing history system will log various diagnostics logs

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

Syntax


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