HubSiteCreationInformation.SiteId property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property SiteId As Guid
Get
Set
'Usage
Dim instance As HubSiteCreationInformation
Dim value As Guid
value = instance.SiteId
instance.SiteId = value
public Guid SiteId { get; set; }
Property value
Type: System.Guid
See also
Reference
HubSiteCreationInformation class