URL Property
The server URL.
Syntax
[VB.NET] Public Property URL As String
[C#] public string URL {get; set;}
Remarks
This property defines the server URL. In most cases this does not need to be changed from the default value of "https://api.onedrive.com/v1.0".
For business drives the URL may be different from the default value, for instance "https://{tenant}-my.sharepoint.com/_api/v2.0".
Default Value
"https://api.onedrive.com/v1.0"