Tenant.RootSiteUrl property

Gets the value of the tenant's root site URL.

Namespace:  Microsoft.Online.SharePoint.TenantAdministration
Assembly:  Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)

Syntax

'Declaration
Public ReadOnly Property RootSiteUrl As String
    Get
'Usage
Dim instance As Tenant
Dim value As String

value = instance.RootSiteUrl
public string RootSiteUrl { get; }

Property value

Type: System.String
String

See also

Reference

Tenant class

Tenant members

Microsoft.Online.SharePoint.TenantAdministration namespace