The ID of the record to dispatch.
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<ShipmentInformation> ShipmentInfo { get; set; }
Public Property ShipmentInfo As InArgument(Of ShipmentInformation)
Get
Set
public:
property InArgument<ShipmentInformation^>^ ShipmentInfo {
InArgument<ShipmentInformation^>^ get ();
void set (InArgument<ShipmentInformation^>^ value);
}
member ShipmentInfo : InArgument<ShipmentInformation> with get, set
Property Value
Type:
InArgumentShipmentInformation
Reference