TypeLibDesc Property
The description for a type library created for server classes in a project.
Object.TypeLibDesc[ = cTypeLibraryDescription]
Property Values
- 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.
See Also
CLSID Property | ProgID Property | TypeLibCLSID Property | TypeLibName Property
Applies To: Project Object