Namespace

You define a VB .NET namespace using a package.

Only packages with the Use Parent Namespace check box deselected become VB .NET namespaces.

In the following example, class Architect is declared in package Design which is a sub-package of Factory. The namespace declaration is the following:

Namespace Factory.Design
 Public Class Architect
...
...End Class
End Namespace ' Factory.Design

Classifiers defined directly at the model level fall into the VB .NET global namespace.