C-DEngine 5.105

TheDeviceMessage..::..CNT Property

Amount of messages still left on the node for this JSON Client

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

Syntax


public int CNT { get; set; }
Public Property CNT As Integer
	Get
	Set
public:
property int^ CNT {
	int^ get ();
	void set (int^ value);
}