Line..::..UnitCostExTax Property

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

Syntax


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