PFItemSaverJobItemsCount Property |
Gets or sets the items count.
Namespace:
Packflow.Core.Jobs
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax [PFJobParameter("Items Count", JobParameterType.SimpleType, false)]
public long ItemsCount { get; set; }
Property Value
Type:
Int64
The items count.
See Also