Gets or sets the record ID.
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 InArgument<IEnumerable<ShipmentInformation>> ShipmentInfos { get; set; }
Public Property ShipmentInfos As InArgument(Of IEnumerable(Of ShipmentInformation))
Get
Set
public:
property InArgument<IEnumerable<ShipmentInformation^>^>^ ShipmentInfos {
InArgument<IEnumerable<ShipmentInformation^>^>^ get ();
void set (InArgument<IEnumerable<ShipmentInformation^>^>^ value);
}
member ShipmentInfos : InArgument<IEnumerable<ShipmentInformation>> with get, set
Property Value
Type:
InArgumentIEnumerableShipmentInformation
Reference