ServerProject Property

The name of the project containing server classes.

Object.ServerProject[ = cName]

Property Values

  • cName
    Specifies the name of the project containing server classes. The default value is the name of the project containing the server classes, or, identically, the value of the Name property for the project.

Remarks

The ServerProject name you specify is the first section of the ProgID (Programmatic Identifier) that uniquely identifies the server. For example, if you set the ServerProject property to "MyApplication" and the server has an OLEPublic class named "Server1," you access the Server1 class with the syntax "MyApplication.Server1."

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

See Also

Name Property | Server Object | Servers Collection | ServerHelpFile Property

Applies To: Project Object