C-DEngine 5.105

TheNMILiveTag..::..DontMonitor Property

If false the Tag will not be monitored

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

Syntax


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