Microsoft Exam Questions

You need to ensure that the name of the Web Part displays as Corporate in SharePoint

You create a Web Part named WP1. You need to ensure that the name of the Web Part displays
as Corporate in SharePoint. What should you do?

A.
In WP1.webpart, change the Title property to Corporate.

B.
In the constructor of WP1.cs, add the following line of code: Page.Title=”Corporate”;

C.
Rename WP1.webpart as Corporate.webpart.

D.
In the Elements.xml file, change the Name property of the <File> element to Corporate.