I figured I would ask... but is there a way to have the Get part of a property available as public, but keep the set as private?
Otherwise I am thinking I need two properties or a property and a method, just figured this would be cleaner.
|
|
I figured I would ask... but is there a way to have the Get part of a property available as public, but keep the set as private? Otherwise I am thinking I need two properties or a property and a method, just figured this would be cleaner.
|
||
|
|
|
|
Yes, quite straight forward:
|
||||
|
|
|
|
||
|