DefaultNamespace: String;
The DefaultNamespace property determines the name of the namespace that corresponds to this .NET assembly.
All of the objects of .NET assembly exist within this namespace. When preparing qualified identifiers within this .NET assembly, the forming of identifier begins with indication of this namespace.
See also: