BankDetails..::..UserIdentificationNumber Property

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

Syntax


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