| Devart.Common Namespace > DbConnectionStringBuilder Class : Item Property (DbConnectionStringBuilder) |
Gets or sets the value associated with the specified key.
[Visual Basic]
Overrides Public Default Property Item( _
ByVal keyword As String _
) As Object [C#]
public override object this[
string keyword
]; {get; set;}Value associated with the specified key.
If the specified key is not found, trying to get it returns null, and trying to set it creates a new element using the specified key. Assigning a null value removes the key/value pair.
DbConnectionStringBuilder Class | DbConnectionStringBuilder Members
© 2002 - 2013 Devart. All Rights Reserved.