PurchaseInvoice..::..CurrencyID Property

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

Syntax


public string CurrencyID { get; set; }
Public Property CurrencyID As String
	Get
	Set
public:
property String^ CurrencyID {
	String^ get ();
	void set (String^ value);
}