Declares, in a Class block, the name, arguments, and code that form the body of a Property procedure that sets a reference to an object.

[Public | Private] Property Setname([arglist,] reference)
   [statements]
   [Exit Property] 
   [statements]
End Property

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also