C-DEngine 5.105

TheServiceHostInfo..::..ShowMarkupInLog Property

if true, All Log Entries with DeviceIDs/NodeIDs and ScopeHashes will add Markup for better debugging in cdeSTatus.aspx

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

Syntax


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