G 
		
								
				
				
			
		Guest
I have a base class with a property HasChanged and instance variable _HasChange
I need HasChanged to be Public for Get and Protected for Set (so that only inheriting classes can change it
I know i could make the instance variable Protected but I dont really like that and I dont want two different properies either
any ideas?
				
			I need HasChanged to be Public for Get and Protected for Set (so that only inheriting classes can change it
I know i could make the instance variable Protected but I dont really like that and I dont want two different properies either
any ideas?
