BankDetails..::..AccountNumber Property

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

Syntax


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