VBA221 — Property Let/Set has zero parameters¶
Severity: 🔴 error Category: property Phase: 2.3
Description¶
Property Let/Property Set must declare at least the value parameter.
Failing example¶
Compliant example¶
How to fix¶
Add the assigned-value parameter.
Source: src/rules.py — entry VBA221.