BCSBatchOperationArguments Property |
Gets the collection of named properties stored during a batch operation.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public BCSBatchOperationBatchArgumentCollection Arguments { get; }
Public ReadOnly Property Arguments As BCSBatchOperationBatchArgumentCollection
Get
Property Value
Type:
BCSBatchOperationBatchArgumentCollectionRemarks
Values can be used until the batch operation is completed.
See Also