'Declaration
Public ReadOnly Property Settings As System.Collections.Generic.IDictionary(Of String,Object)
'Usage
Dim instance As CfgDb Dim value As System.Collections.Generic.IDictionary(Of String,Object) value = instance.Settings
public System.Collections.Generic.IDictionary<string,object> Settings {get;}