Skip to main content
InterSystems Supply Chain Orchestrator 2024.1
AskMe (beta)
Loading icon

Deprecated (Class Keyword)

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

Usage

To mark a class as deprecated, use the following syntax:

Class MyApp.MyClass [ Deprecated ]  
{ //class members }

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

See Also

FeedbackOpens in a new tab