Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbConnectionStringBuilder::IDictionary::Item Property (Object^)

 

Gets or sets the element with the specified key.

Namespace:   System.Data.Common
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.

Property Value

Type: System::Object^

The element with the specified key.

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
Return to top
Show:
© 2017 Microsoft