SalesOrderLine..::..InvoicePrice Property

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

Syntax


public decimal InvoicePrice { get; set; }
Public Property InvoicePrice As Decimal
	Get
	Set
public:
property Decimal^ InvoicePrice {
	Decimal^ get ();
	void set (Decimal^ value);
}