Skip to main content

ClientName (Property Keyword)

Specifies an alias used by client projections of this property.

Usage

To override the default name for this property when the class is projected to a client language, use the following syntax:

Property name As classname [ ClientName = clientname ];

Where clientname is the name to use in the client language.

Details

This keyword lets you define an alternate name for a property when it is projected to a client language. This is especially useful if the property name contains characters that are not allowed in the client language.

Default

If you omit this keyword, the property name is used as the client name.

See Also

FeedbackOpens in a new tab