A field or method defined in a derived class has the same name as a property in the base class. This creates an ambiguity when using the name to refer to a member of the derived class and is not allowed.
To correct this error
-
Rename either the base class property or the derived class member.
See Also
Reference
function set Statementfunction get Statement