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; }
Public Default Property Item (
key As String
) As String
Get
Set
public:
property String^ default[String^ key] {
String^ get (String^ key);
void set (String^ key, String^ value);
}
member Item : string with get, set
Parameters
- key
- Type: SystemString
The key of the value to get or set.
Return Value
Type:
StringThe value associated with the specified key.
See Also