'<property1>' and '<property2>' cannot overload each other because only one is declared 'Default'
If a property specifies Default, all properties overloaded on that name must also specify Default.
Error ID: BC30361
To correct this error
- Make sure all of the overloaded properties are declared Default.
See Also
Concepts
Considerations in Overloading Procedures