Line..::..OrderedCost Property

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

Syntax


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