Data Management Object Model Reference

IConnectionString.Item Property (String, String)

String indexer

[Visual Basic]
Property Item( _
   ByVal index As String, _
   ByVal subindex As String _
) As String
[C#]
string this[
   string index
   string subindex
] {get; set;}

See Also

IConnectionString Interface | SPSSMR.Data Namespace | IConnectionString.Item Overload List