Skip to main content

ServerOnly (Property Keyword)

Specifies whether this property is projected to a Java client.

Usage

To specify whether the property is projected to a Java 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 client.

Default

If you omit this keyword, the property is projected.

See Also

FeedbackOpens in a new tab