Debtor..::..BankAccountName Property

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

Syntax


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