SalesOrderLine..::..LastSnapInvoiceLineID Property

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

Syntax


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