TransportationExecutionLineTransportationExecution Property |
The TransportationExecution to which this TransportationExecutionLine belongs. [Required] [Filter(multi eq)] [Owner]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransportationExecution TransportationExecution { get; set; }
Public Property TransportationExecution As TransportationExecution
Get
Set
public:
property TransportationExecution^ TransportationExecution {
TransportationExecution^ get ();
void set (TransportationExecution^ value);
}
member TransportationExecution : TransportationExecution with get, set
Property Value
Type:
TransportationExecution
See Also