DbConnectionStringBuilder.IDictionary.Item[Object] Property

Definition

Gets or sets the element with the specified key.

property System::Object ^ System::Collections::IDictionary::Item[System::Object ^] { System::Object ^ get(System::Object ^ keyword); void set(System::Object ^ keyword, System::Object ^ value); };
object System.Collections.IDictionary.Item[object keyword] { get; set; }
object? System.Collections.IDictionary.Item[object keyword] { get; set; }
member this.System.Collections.IDictionary.Item(obj) : obj with get, set
 Property Item(keyword As Object) As Object Implements IDictionary.Item

Parameters

keyword
Object

The key of the element to get or set.

Property Value

The element with the specified key.

Implements

Remarks

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 Item[].

Applies to

See also