C Sharp (C#) - Properties and Encapsulation
You want to create a read-only property
ID that is set only once during object creation. Which is the best way to declare it using auto-implemented properties?