C-DEngine 5.105

TheServiceHostInfo..::..DisableNMI Property

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

Syntax


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