ConnectionProfile..::..LastUsedJiwaUsername Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.ConnectionManager
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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