'DeclarationPublic ReadOnly Property Settings As System.Collections.Generic.IDictionary(Of String,Object)
'UsageDim 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;}