Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULConnectionStringBuilder class

 

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