C-DEngine 5.105

nmiChartControl..::..BlockSize Property

Blocksize of records to be returned from a storagemirror

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

Syntax


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