C-DEngine 5.105

TheServiceHostInfo..::..DontRelayNMI Property

Prevents NMI telegrams from being routed across the Cloud - cloud connected browsers will get telegrams

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

Syntax


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