Line..::..LandedCostTotal Property

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

Syntax


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