What is the difference between Property Get, Set and Let?


Set – Value is assigned to ActiveX Object from the form.
Let – Value is retried to ActiveX Object from the form.
Get- Assigns the value of an expression to a variable or property.

Showing Answers 1 - 1 of 1 Answers

Get property is used to initialize value to a variable.
Set property is used to set a reference to a property using the ByRef.
let property is used to is used to set value to a property using the ByVal.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions