I need to give the administrators of a SharePoint site the ability to edit a property in the site.
This property will be an email address. So the admins can change the email address to whatever they want.
My code will need to access this property somehow.
How should I go about this? Is there somwhere at the site collection level where I can create/store a property like this which can then be accessed in code?