Skip to main content

CS1061

PropertyValue
Title'type' does not contain a definition for 'member' and no extension method 'name' accepting a first argument of type 'type' could be found (are you missing a using directive or an assembly reference?).
SeverityError

Code Fixes

  • Fix member access name
  • Remove 'await' keyword
  • Replace invocation with member access or vice versa

See Also