G
Guest
Hi. I am currently trying to implement access control on a property (i.e.
public get, protected set). However, I get a compiler error if I use the
public or protected keywords on get or set. I also get an error if I redefine
the property with the other accessor using a different access level. Does
anyone have any ideas?
Reuben.
public get, protected set). However, I get a compiler error if I use the
public or protected keywords on get or set. I also get an error if I redefine
the property with the other accessor using a different access level. Does
anyone have any ideas?
Reuben.