PurchaseOrder..::..TotalFXCost Property

Namespace:  JiwaFinancials.Jiwa.JiwaPurchaseOrderGeneration
Assembly:  JiwaPurchaseOrderGeneration (in JiwaPurchaseOrderGeneration.dll)

Syntax


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