You are designing a custom administrative timer job for a SharePoint 2010 farm. You need to design a storage
plan for the program configuration data that meets the following requirements:
The configuration data in the storage location must control the program logic for the timer job.
.The storage location must allow the configuration information to be saved and modified as the timer job
parameters change.
.The storage location must require administrative access to modify the program logic.
.The storage method must support farm-scoped timer jobs.
Which object class should you use to create the storage location?
A.
The Configuration Section class in the web.config file
B.
The SPWebConfigModification class in in the web.config file
C.
The SPPersistedObject class in the hierarchical object store
D.
The SPWeb class in the site collection property bag