Edit

Share via


UserExtensionStorageHelper.GetGraphClient Method

Definition

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.

Applies to