JavaScript Editor js editor     Web development 



Main Page

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

Object.TypeLibDesc[ = cTypeLibraryDescription]

Return Value

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

Applies To: Project Object

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 Servers tab of the Project Information dialog box.

See Also



JavaScript Editor js editor     Web development