Edit

Share via


Property access must assign to the property or use its value

You have tried to access a property without assigning to it or using its value.

Error ID: BC30545

To correct this error

  • Assign a value to the property.

    - or -

  • Use the value of the property.

See also