ServerOnly
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
“Property Definitions” in this book
“Defining and Using Literal Properties” in Defining and Using Classes
“Working with Collections” in Defining and Using Classes
“Working with Streams” in Defining and Using Classes
“Defining and Using Object-Valued Properties” in Defining and Using Classes
“Defining and Using Relationships” in Defining and Using Classes
“Introduction to Compiler Keywords” in Defining and Using Classes