Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Public Get and private Set?
Message
 
To
26/07/2005 15:20:21
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01035993
Message ID:
01036024
Views:
11
Bonnie,
Thanks for your reply. That is what I ended up doing, but I would have prefered to only have one property name where I could only set it privately and get it publicly.
The more I thought about this I figured it would be a nightmare for the compiler. I am trying to never access the private members directly but always use a property, but sometimes I don't want to expose the set publicly (wow never and always in the same sentence lol <s>).

Ohh well better to ask than to wonder.

Again thanks.

Einar

>Nope. Victor's correct. But, keep in mind that you don't *have* to have a set, so you could leave it out of the public property, which would essentially make that property read-only.
>
>~~Bonnie
>
>
>
>>I am pretty sure I know the answer to this one myself already, but I would still like to pose the question.
>>
>>Can I make the Get method of a property public and the Set method of the same property private?
>>
>>Thanks,
>>Einar
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform