The shipmentinformation for the failed records.
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 OutArgument<Record[]> FailedRecords { get; set; }
Public Property FailedRecords As OutArgument(Of Record())
Get
Set
public:
property OutArgument<array<Record^>^>^ FailedRecords {
OutArgument<array<Record^>^>^ get ();
void set (OutArgument<array<Record^>^>^ value);
}
member FailedRecords : OutArgument<Record[]> with get, set
Property Value
Type:
OutArgumentRecord
Reference