ShipmentLine..::..FXOrderedCost Property

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

Syntax


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