G
Guest
How do I access a private property of a class from outside the class. I have
a class that has a property which I want to access in my code for read/write
but allow end users to only read.
a class that has a property which I want to access in my code for read/write
but allow end users to only read.