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.
Property Get/Let/Set are no longer supported; use the new Property declaration syntax.
The syntax for declaring properties has changed. Properties are now defined within blocks.
Error ID: BC30808
To correct this error
Define properties in blocks of code that begin with the
Propertykeyword. End properties using theEnd Propertyconstruct.Define
Getproperty procedures within property blocks with theGetkeyword. EndGetproperty procedures with theEnd Getconstruct.Define property
Setprocedures within property blocks with theSetkeyword. EndSetproperty procedures with theEnd Setconstruct.Use
Setproperty procedures for all property assignments.Letproperty procedures are no longer necessary, or supported.