Microsoft
70-573 · Question #219
70-573 Question #219: Real Exam Question with Answer & Explanation
Sign in or unlock 70-573 to reveal the answer and full explanation for question #219. The question stem and answer options stay visible for context.
Question
You are creating a Microsoft .NET Framework application that will display the title of the SharePoint Web application and will execute outside of the SharePoint server. You create a textbox named textBoxTitle. You write the following code segment. (Line numbers are included for reference only.) 02 03Dim site As Web = context.Web 04context.Load(site) 05 06textBoxTitle.Text = site.Title You discover that line 04 generates an error. You need to ensure that the .NET application displays the title of the SharePoint Web application in textBoxTitle. What should you do?
Options
- AAdd the following line of code at line 02.
- BAdd the following line of code at line 02.
- CAdd the following line of code at line 05.
- DAdd the following line of code at line 05.
Unlock 70-573 to see the answer
You've previewed enough free 70-573 questions. Unlock 70-573 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.