Property procedure <definition>

Microsoft VBA

Property procedure

A procedure that creates and manipulates properties for a class module. A Property procedure begins with a Property Let, Property Get, or Property Set statement and ends with an End Property statement.