Gets or sets the value of the connection keyword.
Public Overrides Property Item(ByVal keyword As String) As Object
public override object this[string keyword] {get;set;}
keyword The name of the connection keyword.
An object representing the value of the specified connection keyword.
If the keyword or type is invalid, an exception is raised. keyword is case insensitive.
When setting the value, passing NULL clears the value.