Created
December 11, 2018 21:17
-
-
Save BrianTJackett/220153a7e120068e6fccb27f3b9f0b3a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var graphResult = graphClient.Users.Request().GetAsync().Result; | |
Console.WriteLine(graphResult[0].DisplayName); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment