ConnectionStringBuilderItem Property

Gets or sets the value associated with the specified key.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public string this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The key of the value to get or set.

Return Value

Type: String
The value associated with the specified key.
See Also