Line..::..LineTotalIncTax Property

Namespace:  JiwaFinancials.Jiwa.JiwaLandedCost.Shipment
Assembly:  JiwaLandedCost (in JiwaLandedCost.dll)

Syntax


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