You are employed as a developer at ABC.com. ABC.com has an Active Directory domain, named ABC.com.
You have created a SharePoint-hosted app for ABC.com. You have been instructed to make sure
that when a user logs in to the app, the app shows that user’s profile information. You have been
informed that the PreferredName, Division, and CompanyPhone properties must be contained in
the displayed user profile information.
Which of the following is a method of the PeopleManager class that should be included in your
code?
A.
The GetUserProfilePropertiesFor method.
B.
The GetPropertiesFor method.
C.
The InitOnePropertyFromJson method.
D.
The GetMyProperties method.
Explanation: