Site.HubSiteId property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property HubSiteId As Guid
Get
'Usage
Dim instance As Site
Dim value As Guid
value = instance.HubSiteId
public Guid HubSiteId { get; }
Property value
Type: System.Guid