ServerProject Property

The name of the project containing server classes.

Object.ServerProject[ = cName]

Return Value

  • 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

Applies To: Project Object

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

See Also

Reference

Name Property (Visual FoxPro)
Server Object
Servers Collection
ServerHelpFile Property

Other Resources

Properties (Visual FoxPro)