C-DEngine 5.105

TheHistoryParameters..::..MaxCount Property

Maximum number if history items to keep. 0 means no limit on item count.

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

Syntax


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