BCSBatchOperationIsFirstInBatch Property |
Gets a value indicating whether the current item is the first in the batch operation.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public bool IsFirstInBatch { get; }
Public ReadOnly Property IsFirstInBatch As Boolean
Get
public:
property bool IsFirstInBatch {
bool get ();
}
member IsFirstInBatch : bool with get
Property Value
Type:
BooleanRemarks for single documents.
See Also