An object reference to a server in a project.
Syntax
Server
Remarks
A server object is created and instantiated for each server in a project after building an executable file (.exe) or dynamic link library (.dll) from the project. The server object provides an object reference to a server in the project, and allows you to determine information about the server and manipulate it through the server object properties.
A project’s servers collection is composed of all the server objects in the project.
Note that a server object is a COM object, so assigning a server object reference to a memory variable creates a memory variable of class “Unknown Type.”