CodeNamespaceImport can be used to represent a namespace import directive.
In most languages, a namespace import directive causes visibility of the types within the imported namespaces to user code that references types in the imported namespaces.
Author: Microsoft Code: ASP.NET v1.0 & VB