Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
A property declaration specifies access levels in the Property Statement, the Get Statement, and the Set Statement.
You can always specify an access level for the property. In addition, you can specify a different access level for at most one of its property procedures (Get or Set), provided it is more restrictive than the property's access level. You cannot specify access levels for both of the property procedures.
Error ID: BC31101
To correct this error
- Remove the access modifier from either the
Getstatement or theSetstatement.