nerdexam
Microsoft

70-573 · Question #277

70-573 Question #277: Real Exam Question with Answer & Explanation

Sign in or unlock 70-573 to reveal the answer and full explanation for question #277. The question stem and answer options stay visible for context.

Question

You have a list named Projects that contains a column named ClassificationMetadata. You need to create a Web Part that updates the ClassificationMetadata value to NA for each item in the Projects list. You write the following code segment. (Line numbers are included for reference only.) 01 foreach (SPListItem currentItem in SPContext.Current.Web.Lists["Projects"]. Items) 02 { 03 04 } Which code segment should you add at line 03?

Options

  • AcurrentItem["ClassificationMetadata"] = "NA";
  • BcurrentItem.Fields["ClassificationMetadata"].DefaultFormula = "NA";
  • CcurrentItem.Fields["ClassificationMetadata"].DefaultValue = "NA";
  • DcurrentItem["Value"] = "ClassificationMetadata/NA";

Unlock 70-573 to see the answer

You've previewed enough free 70-573 questions. Unlock 70-573 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 70-573 Practice
You have a list named Projects that contains a column named... | 70-573 Q#277 Answer | NerdExam