clsBankAccount..::..UserIdentificationNumber Property

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

Syntax


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