Microsoft
MB2-701 · Question #47
You use the following code segment to pass parameters to a Microsoft Silverlight web resource at runtime: string passTypeName = App.Current.Host.InitParams["abc"]; Which information is passed by…
The correct answer is B. the name of the entity. See the full explanation below for the reasoning.
Question
You use the following code segment to pass parameters to a Microsoft Silverlight web resource at runtime:
string passTypeName = App.Current.Host.InitParams["abc"]; Which information is passed by using the parameter abc?
Options
- Athe unique name of the organization
- Bthe name of the entity
- Can optional value
- Dthe GUID that represents a record
How the community answered
(53 responses)- A15% (8)
- B75% (40)
- C4% (2)
- D6% (3)
Community Discussion
No community discussion yet for this question.