Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Get procedure reads the value of a property. WriteOnly properties cannot be read.
Error ID: BC30023
To correct this error
- Remove the WriteOnly keyword from the Property statement, or remove the Get procedure from the property body.