Item property

Gets or sets the value of the connection keyword.

Syntax
Visual Basic

Public Overrides Default Property Item ( _
   ByVal keyword As String _
) As Object
C#

public override object this [ 
   string  keyword
]  { get; set; }
Parameters
  • keyword   The name of the connection keyword.

Property value

An object representing the value of the specified connection keyword.

Remarks

If the keyword or type is invalid, an exception is raised. keyword is case insensitive.

When setting the value, passing NULL clears the value.

See also