Is it possible to manage properties for a custom job definition using central admin?
The code I have in a feature receiver sets the property like this:
myJobDefinition.Properties.Add("ConnectionString", "My connection string");
Now that the job definition is installed. I would like the administrator to be able to change this connection string property as required.
I checked Central Admin, but it seems I may have overlooked something.