Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

shared property and shared methods

Status
Not open for further replies.

smsinger3

Programmer
Oct 5, 2000
192
US
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?

Thanks,

SteveS
 
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.
penny1.gif
penny1.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top