Tenant.GetHubSitesProperties method

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

Syntax

'Declaration
Public Function GetHubSitesProperties As ClientObjectList(Of HubSiteProperties)
'Usage
Dim instance As Tenant
Dim returnValue As ClientObjectList(Of HubSiteProperties)

returnValue = instance.GetHubSitesProperties()
public ClientObjectList<HubSiteProperties> GetHubSitesProperties()

Return value

Type: Microsoft.SharePoint.Client.ClientObjectList<HubSiteProperties>

See also

Reference

Tenant class

Tenant members

Microsoft.Online.SharePoint.TenantAdministration namespace