nerdexam
Microsoft

MS-600 · Question #130

MS-600 Question #130: Real Exam Question with Answer & Explanation

The correct answer is B. Add the following import statement to the code: import * as MicrosoftGraph from E. Add the following import statement to the code: import * as MicrosoftGraph from. https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-msgraph

Question

You plan to develop a TypeScript client-side app that will use the MSGraphClient library. You need to configure Microsoft Visual Studio Code to use IntelliSense and support code completion for the MSGraph client library. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options

  • AInstall the Microsoft Graph Toolkit.
  • BAdd the following import statement to the code: import * as MicrosoftGraph from
  • CRun the npm install @microsoft/microsoft-graph-client --save-dev command.
  • DRun the npm install @microsoft/microsoft-graph-types --save-dev command.
  • EAdd the following import statement to the code: import * as MicrosoftGraph from

Explanation

https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-msgraph

Community Discussion

No community discussion yet for this question.

Full MS-600 Practice