Show contents 

ForeNet > ForeNet Assembly Interfaces > IForeNETAssembly > IForeNETAssembly.DefaultNamespace

IForeNETAssembly.DefaultNamespace

Syntax

DefaultNamespace: String;

Description

The DefaultNamespace property determines the name of the namespace that corresponds to this .NET assembly.

Comments

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:

IForeNETAssembly