Default member '<membername>' is not a property

You have tried to declare a member Default. However, the Default keyword is used to identify default properties.

Error ID: BC30555

To correct this error

  • Check to make sure you are identifying a property with Default, or else remove the Default keyword.

See Also

Reference

Default (Visual Basic)