Item property

Specifies the value of the specified 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

Connection keywords and the corresponding properties on ULConnectionStringBuilder are described in the table below:

See also