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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SAConnectionStringBuilderBase class

SAConnectionStringBuilderBase members Next Page

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
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