Property procedure <definition> From Microsoft VBA previous page next page 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. previous page start next page