initonly
Visual Studio 2005
initonly indicates that variable assignment can only occur as part of the declaration or in a static constructor in the same class.
initonly is a context-sensitive keyword; see Context-Sensitive Keywords for more information.