編集

次の方法で共有


Compiler Error AL0809

Note

The AL diagnostics topics are in preview. If you have input for this topic, we'd love to hear from you. Use our GitHub repo to create a PR and add content to this topic by going to here. To read about contributing, see Contribute to the Help. If you'd like to see us prioritize certain areas within the AL diagnostics, you can file a GitHub issue, in the Feedback section at the bottom of this page, choose This page, fill in the template, and include REF PRI in the title. Thanks!

The variable '{0}' is not allowed to be of type 'SecretText' because it is declared as protected.

Description

Protected variables cannot be of type 'SecretText' as that could lead to the accidental exposure of the secret value to an extension.

See Also

Getting Started with AL
Developing Extensions