ConnectionProfile..::..SelectedConnection Property

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

Syntax


public Connection SelectedConnection { get; set; }
Public Property SelectedConnection As Connection
	Get
	Set
public:
property Connection^ SelectedConnection {
	Connection^ get ();
	void set (Connection^ value);
}