BCSBatchOperationBatchSize Property |
Gets the number of items the batch operation is performed on.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public int BatchSize { get; }
Public ReadOnly Property BatchSize As Integer
Get
public:
property int BatchSize {
int get ();
}
member BatchSize : int with get
Property Value
Type:
Int32Remarks
1 for non-batch operations.
See Also