Gets the number of items the batch operation is performed on.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public int BatchSize { get; }
Visual Basic
Public ReadOnly Property BatchSize As Integer
	Get
Visual C++
public:
property int BatchSize {
	int get ();
}

Remarks

1 for non-batch operations.

See Also