C-DEngine 5.105

TheFormInfo..::..IsLiveData Property

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

Syntax


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