Deprecated (Parameter Keyword)
Specifies that this parameter is deprecated. This keyword is ignored by the class compiler and merely provides a human-readable indicator that the parameter is deprecated.
Usage
To specify that this parameter is deprecated, use the following syntax:
Parameter name As parameter_type [ Deprecated ] = value;
Otherwise, omit this keyword or place the word Not immediately before the keyword.