SalesOrderLine..::..MostRecentInvoiceLineID Property

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

Syntax


public string MostRecentInvoiceLineID { get; set; }
Public Property MostRecentInvoiceLineID As String
	Get
	Set
public:
property String^ MostRecentInvoiceLineID {
	String^ get ();
	void set (String^ value);
}