UserExtensionStorageHelper.GetGraphClient Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve an instance of the GraphServiceClient, or throws an exception if not signed in.
protected static Microsoft.Graph.GraphServiceClient GetGraphClient();
static member GetGraphClient : unit -> Microsoft.Graph.GraphServiceClient
Protected Shared Function GetGraphClient () As GraphServiceClient
Returns
Microsoft.Graph.GraphServiceClient
A Microsoft.Graph.GraphServiceClient instance.