BCSBatchOperationArguments Property |
Gets the collection of named properties stored during a 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 BCSBatchOperationBatchArgumentCollection Arguments { get; }
Public ReadOnly Property Arguments As BCSBatchOperationBatchArgumentCollection
Get
public:
property BCSBatchOperationBatchArgumentCollection^ Arguments {
BCSBatchOperationBatchArgumentCollection^ get ();
}
member Arguments : BCSBatchOperationBatchArgumentCollection with get
Property Value
Type:
BCSBatchOperationBatchArgumentCollectionRemarks
Values can be used until the batch operation is completed.
See Also