Edit

Share via


<Property> parameters cannot be declared 'ByRef'

Parameters for properties must be declared using the ByVal modifier.

Error ID: BC30651

To correct this error

  • Define property parameters as ByVal.

See also