NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

4. General Concepts

A Visual Basic 7.0 program is made up of a collection of entities that have names. These entities are introduced through declarations and represent the "meaning" of the program.

At a top level, namespaces are entities that organize other entities. They may contain nested namespaces and types. Types are entities that describe values and define executable code. Types may contain nested types and type members. Type members are constants, data members, methods, properties, events, enumeration values and constructors.