Skip to main content
InterSystems IRIS Data Platform 2024.3
AskMe (beta)
Loading icon

Deprecated (Property Keyword)

Specifies that this property is deprecated. This keyword is ignored by the class compiler and merely provides a human-readable indicator that the property is deprecated.

Usage

To specify that this property is deprecated, use the following syntax:

Property name As classname [ Deprecated ]; 

Otherwise, omit this keyword or place the word Not immediately before the keyword.

See Also

FeedbackOpens in a new tab