Expand Minimize
This topic has not yet been rated - Rate this topic

'<specifier>' is not valid on an interface property declaration 

A Property statement inside an interface contains an invalid keyword, such as Implements. An interface can only define members, not implement them.

Error ID: BC30273

To correct this error

  • Remove the invalid keyword from the declaration statement.

  • Move the implementation of interface members to a class that implements the interface.

See Also

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.