Skip to main content
HealthShare Health Connect 2024.3
AskMe (beta)
Loading icon

Deprecated (Method Keyword)

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

Usage

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

Method name(formal_spec) As returnclass [ Deprecated ]  
{    //implementation }

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

FeedbackOpens in a new tab