nerdexam
Microsoft

70-573 · Question #98

You are creating an event receiver. The event receiver will have a field named Title and a field named Priority. You write the following code segment for the event receiver. (Line numbers are…

The correct answer is A. 04 if ( prop.BeforeProperties ["vti_title "] . ToString () .Contains. See the full explanation below for the reasoning.

Question

You are creating an event receiver. The event receiver will have a field named Title and a field named Priority. You write the following code segment for the event receiver. (Line numbers are included for reference only.) 01 public override void ItemUpdating ( SPItemEventProperties prop) 02 { 03 base.ItemUpdating (prop); 04 05 06 } You need to ensure that when the Title field is changed to include the word IMPORTANT, the Priority field is set to URGENT. Which code segments should you add at lines 04 and 05?

Options

  • A04 if ( prop.BeforeProperties ["vti_title "] . ToString () .Contains
  • B04 iff prop.AfterProperties ["vti_title "] . ToString
  • C04 if ( prop.AfterProperties ["vti_title "] . ToString
  • D04 if ( prop.Listltem ["Title"] . ToString () -Contains ("IMPORTANT"))

How the community answered

(42 responses)
  • A
    83% (35)
  • B
    2% (1)
  • C
    5% (2)
  • D
    10% (4)

Community Discussion

No community discussion yet for this question.

Full 70-573 Practice