ServerClassLibrary Property
Contains the name of the class library or program containing a server class. Read-only at design time and run time.
Object.ServerClassLibrary
Remarks
Applies To: Server Object
The name of the class library or program containing the server class is also displayed in the Servers tab of the Project Information dialog box.
Automation servers are created in Visual FoxPro by adding classes defined as OLEPUBLIC to a project, and then building an executable file (.exe) or dynamic link library (.dll) from the project. You can have as many OLEPUBLIC classes as you want in the project and they can be defined in program files (.prg) or class libraries (.vcx).
For information about creating custom Automation servers, see How to: Create Automation Servers.