dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnectionStringBuilder Class / Item Property
The key name.

In This Topic
Item Property (PgSqlConnectionStringBuilder)
In This Topic
Returns the value of given key.
Syntax
'Declaration
 
Public Overrides Default Property Item( _
   ByVal keyword As String _
) As Object
 

Parameters

keyword
The key name.

Property Value

Value of given key.
See Also