Microsoft
70-573 · Question #125
You plan to create one provider Web Part and two consumer Web Parts. You need to ensure that the consumer Web Parts can receive data from the provider Web Part. You create an interface that contains…
The correct answer is D. Create a second interface and use it to communicate with the provider Web Part. See the full explanation below for the reasoning.
Question
You plan to create one provider Web Part and two consumer Web Parts. You need to ensure that the consumer Web Parts can receive data from the provider Web Part. You create an interface that contains the following code segment. Public Interface Interface1 Property Parameter1 As String End Interface What should you do next?
Options
- AImplement Interface1 in the provider Web Part.
- BImplement IWebPartField in the provider Web Part.
- CCreate a set accessor for Parameter1.
- DCreate a second interface and use it to communicate with the provider Web Part.
How the community answered
(27 responses)- A4% (1)
- B11% (3)
- C15% (4)
- D70% (19)
Community Discussion
No community discussion yet for this question.