TransportationExecutionLines Property |
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<TransportationExecutionLine> Lines { get; }
Public ReadOnly Property Lines As ChildCollection(Of TransportationExecutionLine)
Get
public:
property ChildCollection<TransportationExecutionLine^>^ Lines {
ChildCollection<TransportationExecutionLine^>^ get ();
}
member Lines : ChildCollection<TransportationExecutionLine> with get
Property Value
Type:
ChildCollectionTransportationExecutionLine
See Also