SalesOrderLine..::..LedgerShipComplete Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public Account LedgerShipComplete { get; set; }
Public Property LedgerShipComplete As Account
	Get
	Set
public:
property Account^ LedgerShipComplete {
	Account^ get ();
	void set (Account^ value);
}