Item Property (C1D365SConnectionStringBuilder)
In This Topic
Gets or sets the value associated with the specified key.
Syntax
'Declaration
Public Overrides NotOverridable Default Property Item( _
ByVal As String _
) As Object
public override object this[
string
]; {get; set;}
Parameters
- keyword
- The key of the item to get or set.
See Also