I know you can alias an Imports statement in code:
But if I want to use the Project Properties, Reference tab to select a namespace to allow a project-wide setting, is it possible to alias that namespace?Code:Imports xyz = ProjectABC.ClassABC
Thanks!




Reply With Quote