Shipment information about all recipients' messages.
Namespace:
Scanjour.Workflow4.ActivityLibrary
Assembly:
Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
public InOutArgument<IEnumerable<ShipmentInformation>> ShipmentInfos { get; set; }
Public Property ShipmentInfos As InOutArgument(Of IEnumerable(Of ShipmentInformation))
Get
Set
public:
property InOutArgument<IEnumerable<ShipmentInformation^>^>^ ShipmentInfos {
InOutArgument<IEnumerable<ShipmentInformation^>^>^ get ();
void set (InOutArgument<IEnumerable<ShipmentInformation^>^>^ value);
}
member ShipmentInfos : InOutArgument<IEnumerable<ShipmentInformation>> with get, set
Property Value
Type:
InOutArgumentIEnumerableShipmentInformation
Reference