TypeLibDesc Property

Applies To   See Also

The description for a type library created for server classes in a project.

Syntax

Object.TypeLibDesc[ = cTypeLibraryDescription]

Settings

cTypeLibraryDescription

Specifies the description for a type library created for server classes in a project. By default, contains the name of the project containing the server classes appended with “Type Library.”

Remarks

A type library is created and registered when you build a .dll or .exe from a project that contains server classes. Type libraries have a .tlb extension, and are placed in the same directory as the .dll or .exe that is built.

This property corresponds to the Typelib description item on the Server tab of the Project Information dialog box.