How do I use the Property Get/Set/Let directly on the class?
You'll understand what I mean by the example.

Code:
Dim A As New MyClass
A=5
MsgBox A
As far as I have seen, I can do the Property on the members of the class. Ie. A.Member1 = 5, MsgBox A.Member1