How to set a property read only outside the Assembly and Read/Write inside Assembly?
Rahul Chavan
string Name {public get{return name;}Internal set{name = value;} }