DebtorTransaction..::..CurrencyShortCode Property

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

Syntax


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