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.
End Set is used to terminate Set property procedures. The End Set construct was encountered outside a Set property procedure.
Error ID: BC30632
To correct this error
Make sure that the
Setproperty procedure is declared after aPropertykeyword and before theEnd Propertyconstruct.Make sure that the
Setproperty procedure begins with theSetkeyword and ends with anEnd Setconstruct.