Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the site collection is a host header site collection or not.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property HostHeader As Boolean
Get
'Usage
Dim instance As SPSiteCreationParameters
Dim value As Boolean
value = instance.HostHeader
public bool HostHeader { get; }
Property value
Type: System.Boolean
A Boolean value = true if the site collection is a header site collection or not.
See also
Reference
SPSiteCreationParameters class