Creditor..::..BankAccountNo Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Entities.Creditor
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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