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?
A.
Change line 02 to the following code segment: cs.DeveloperDashboardSettings.DisplayLevel =
SPDeveloperDashboardLevel.OnDemand;
B.
Add the following line of code at line 03: cs.Update();
C.
Add the following line of code at line 03: cs.Update();
D.
Change line 02 to the following code segment: cs.DeveloperDashboardSettings.DisplayLevel =
SPDeveloperDashboardLevel.Off;