Line..::..LineTotalExTax Property

Namespace:  JiwaFinancials.Jiwa.JiwaPurchaseOrders
Assembly:  JiwaPurchaseOrders (in JiwaPurchaseOrders.dll)

Syntax


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