SqliteConnectionStringBuilder.Item[String] Property

Definition

Gets or sets the value associated with the specified key.

public override object this[string keyword] { get; set; }
public override object? this[string keyword] { get; set; }
member this.Item(string) : obj with get, set
Default Public Overrides Property Item(keyword As String) As Object

Parameters

keyword
String

The key.

Property Value

The value.

Applies to