Line..::..FXCost Property

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

Syntax


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