S
steve
in classic vb, you could define a property as public get but have either a
private or friend let/set. that way, you could expose the write capability
of the property to other objects in your om but not to callers beyond that
scope. is there a way to do this in vb.net?
tia,
steve
private or friend let/set. that way, you could expose the write capability
of the property to other objects in your om but not to callers beyond that
scope. is there a way to do this in vb.net?
tia,
steve