S
Saran
Hi,
Below is my scenario...
I want to restrict my clients to access one of my class property
in ReadOnly mode. At the same time as an author of the component i
would like to have read-write access on it.
I tried to write 'Public ReadOnly' and 'Private WriteOnly', but
didn't work.
Is there a way other than doing (i) direct variable access or (ii)
through another property/method with a different name?
Thanks,
Saran.
Below is my scenario...
I want to restrict my clients to access one of my class property
in ReadOnly mode. At the same time as an author of the component i
would like to have read-write access on it.
I tried to write 'Public ReadOnly' and 'Private WriteOnly', but
didn't work.
Is there a way other than doing (i) direct variable access or (ii)
through another property/method with a different name?
Thanks,
Saran.