ShipmentLineTransactionLine Property |
The Transaction Line, based on which this shipment line was created. The transaction line contains the store issue operation of the shipped product. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic StoreTransactionLine TransactionLine { get; set; }
Public Property TransactionLine As StoreTransactionLine
Get
Set
public:
property StoreTransactionLine^ TransactionLine {
StoreTransactionLine^ get ();
void set (StoreTransactionLine^ value);
}
member TransactionLine : StoreTransactionLine with get, set
Property Value
Type:
StoreTransactionLine
See Also