70-573 · Question #20
You plan to activate the Developer Dashboard. You create a command line application that contains the following code segment. (Line numbers are included for reference only.) 01 SPUebService cs =…
The correct answer is B. Add the following line of code at line 03. MNEMONIC RULE: "loooonger Update()" Update() method of SPDeveloperDashboardSettings class causes the object to save its state and propagatechanges to all the computers in the server farm. SPDeveloperDashboardSettings Members…
Question
You plan to activate the Developer Dashboard. You create a command line application that contains the following code segment. (Line numbers are included for reference only.) 01 SPUebService cs = SPHebService.ContentServi.ee ; 02 cs.DeveloperDashfooardSettings.DisplayLevel = SPDeveloperDashboardLevel.On ; 03 You execute the application and discover that the Developer Dashboard fails to appear. You need to ensure that the application activates the Developer Dashboard. What should you do?
Options
- AAdd the following line of code at line 03:
- BAdd the following line of code at line 03:
- CChange line 02 to the following code segment:
- DChange line 02 to the following code segment:
How the community answered
(33 responses)- A3% (1)
- B79% (26)
- C6% (2)
- D12% (4)
Explanation
MNEMONIC RULE: "loooonger Update()" Update() method of SPDeveloperDashboardSettings class causes the object to save its state and propagatechanges to all the computers in the server farm. SPDeveloperDashboardSettings Members us/library/microsoft.sharepoint.administration.spdeveloperdashboardsettings_members.aspx
Topics
Community Discussion
No community discussion yet for this question.