I'm making a web control that have some public properties.
These properties are of course linked to private vars.
In my control I of course work with these properties.
My Q is this.
what is the fastest.
To read/set the value of the private var
or
To read/ set the value using the public property.
And what are the common practise?


Reply With Quote