SalesOrderLine..::..LineTotal Property

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

Syntax


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