How do you go about updating a TwoOption field with YES/NO? I have been trying to do the following to uncheck the field on an update, but this give an error. Is there another way to update the two option sets that is different from the standard options ets?
batch.Attributes["dhi_rerunbatchjob"] = new OptionSetValue(0);
Jon Gregory Rothlander