Property without a 'ReadOnly' or 'WriteOnly' specifier must provide both a 'Get' and a 'Set'
If a property is not declared as ReadOnly
or WriteOnly
, it must supply procedures for reading and writing its value.
Error ID: BC30124
Make sure you include both a
Get
procedure and aSet
procedure between theProperty
statement and theEnd Property
statement.Verify that other procedures within the
Property
declaration are correctly terminated.
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: