Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

ServerOnly

Specifies whether this property is projected to a Java or C++ client.

Usage

To specify whether the property is projected to a Java or C++ client, use the following syntax:

Property name As classname [ ServerOnly = n ];

Where n is one of the following:

  • 0 means that this property is projected.

  • 1 means that this property is not projected.

Details

This keyword specifies whether a property is projected to a Java or C++ client.

Default

If you omit this keyword, the property is projected.

See Also

FeedbackOpens in a new tab