You'll have to have a property such as "VariableName" which you explicityly set:

Dim Test as MyClass
set Test = new MyClass
Test.VariableName = "Test"




However, I'm mystified as to how this is going to be useful...