vs2015 classes

  1. R

    Access properties short form (with?)

    I remember there being a way you could access properties of a class without having to type out the entire class name etc. I thought it was something like With MyLongClassName .Name = "Aname" .Value = 15 End With But I can seem to find anything of the sort. Any ideas? Or perhaps it was...
Back
Top Bottom