I understood them to be modules, such as my little one:
Public Module Config
Public Property ImportSettings As ImportConfig
Sub New()
ImportSettings = ImportConfig.Read()
End Sub
End Module
Yet, I cannot access ImportSettings
. I'm told it's not declared, and its value is 'Nothing'.