Declares, in a Class block, the name, arguments, and code that form the body of a Property procedure that assigns (sets) the value of a property.

[Public | Private] Property Letname([arglist,] value)
   [statements]
   [Exit Property] 
   [statements]
End Property

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also