public int stuff { get { //format return value return m_Stuff; } set { //need to have data validation m_Stuff = value; } }