GraphClient.EndPoint

GraphClient.EndPoint property

Gets or sets Microsoft Graph REST API endpoint. If not specified, the default is “https://graph.microsoft.com”.

public virtual string EndPoint { get; set; }

See Also