Shipment information
Namespace:
Scanjour.Workflow4.ActivityLibrary.Documents
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 OutArgument<IEnumerable<ShipmentInformation>> ShipmentInfos { get; set; }
Public Property ShipmentInfos As OutArgument(Of IEnumerable(Of ShipmentInformation))
Get
Set
public:
property OutArgument<IEnumerable<ShipmentInformation^>^>^ ShipmentInfos {
OutArgument<IEnumerable<ShipmentInformation^>^>^ get ();
void set (OutArgument<IEnumerable<ShipmentInformation^>^>^ value);
}
member ShipmentInfos : OutArgument<IEnumerable<ShipmentInformation>> with get, set
Property Value
Type:
OutArgumentIEnumerableShipmentInformation
Reference