The collection of connection properties.

C# | Visual Basic | Visual C++ |
public Dictionary<string, string> ConnectionProperties { get; private set; }
Public Property ConnectionProperties As Dictionary(Of String, String) Get Private Set
public: property Dictionary<String^, String^>^ ConnectionProperties { Dictionary<String^, String^>^ get (); private: void set (Dictionary<String^, String^>^ value); }