'Shared' attribute property '<propertyfield>' cannot be the target of an assignment
An attempt was made to assign a value to a ReadOnly
or Shared
property in an attribute.
Error ID: BC31500
Remove the property assignment statement.
If using properties you developed, remove the
ReadOnly
orShared
modifiers from the attribute property.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: