nerdexam
Microsoft

70-573 · Question #50

You plan to create a custom approval workflow. The workflow approvers will enter their employee number in the edit task form. You need to ensure that the onTaskChangedl_Invoked method of the…

The correct answer is A. SPWorkflowTaskProperties.ExtendedProperties. MNEMONIC RULE: "onTaskChanged1 = SPWorkflowTaskProperties.ExtendedProperties" There is no Properties member in SPWorkflowTaskProperties class. Gets a hash table that represents the collection of extended task properties as name/value pairs. SPWorkflowTaskProperties Properties…

Developing Business Logic

Question

You plan to create a custom approval workflow. The workflow approvers will enter their employee number in the edit task form. You need to ensure that the onTaskChangedl_Invoked method of the workflow retrieves the value of the employee number. Which object should you use?

Options

  • ASPWorkflowTaskProperties.ExtendedProperties
  • BSPWorkflowTaskProperties.Properties
  • CSPWorkflowActivationProperttes.Item
  • DSPWorkflowActivationProperties.TaskUstld

How the community answered

(22 responses)
  • A
    86% (19)
  • B
    9% (2)
  • C
    5% (1)

Explanation

MNEMONIC RULE: "onTaskChanged1 = SPWorkflowTaskProperties.ExtendedProperties" There is no Properties member in SPWorkflowTaskProperties class. Gets a hash table that represents the collection of extended task properties as name/value pairs. SPWorkflowTaskProperties Properties us/library/microsoft.sharepoint.workflow.spworkflowtaskproperties_properties.aspx

Topics

#workflow tasks#ExtendedProperties#SPWorkflowTaskProperties#edit task form

Community Discussion

No community discussion yet for this question.

Full 70-573 Practice