just curious, when would you ever have to use the WriteOnly property?
I can think of reasons to use the ReadOnly, but not WriteOnly.
Printable View
just curious, when would you ever have to use the WriteOnly property?
I can think of reasons to use the ReadOnly, but not WriteOnly.
Hi
Maybe you want to set a property of a class and not allow the user to use its value. IE setting a fore color or a row in a grid
Cheers
Danny