Item Property (DbConnectionStringBuilder)
Gets or sets the value associated with the specified key.
'Declaration
Public Overrides Default Property Item( _
ByVal As String _
) As Object
public override object this[
string
]; {get; set;}
Parameters
- keyword
- The key of the item to get or set.
Property Value
Value associated with the specified key.