Hello all. Here's a question about shared properties and shared methods in a class. If I use a shared property in a class, is it shared only by a single user, or is it used by all the users on all pages? Make sense?
It would be for just the single instance, if I'm getting your question right. Whereas for each instance of the class declared (i.e. each user), it's one shared member shared by that single instance.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.