DbConnectionStringBuilder::IDictionary::Item Property (Object^)
.NET Framework (current version)
Gets or sets the element with the specified key.
Assembly: System.Data (in System.Data.dll)
private: property Object^ default[ Object^ keyword ] { virtual Object^ get(Object^ keyword) sealed = IDictionary::default::get; virtual void set(Object^ keyword, Object^ value) sealed = IDictionary::default::set; }
Parameters
- keyword
-
Type:
System::Object^
The key of the element to get or set.
Implements
IDictionary::Item[Object^]This member is an explicit interface member implementation. It can be used only when the DbConnectionStringBuilder instance is cast to an IDictionary interface.
For more information, see M:System.Collections.IDictionary.Item(System.Object).
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: