SPSite.HostHeaderIsSiteName Property
Gets a Boolean value that specifies whether the host header is used instead of the server-relative path to uniquely identify the site collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property HostHeaderIsSiteName As Boolean
Get
'Usage
Dim instance As SPSite
Dim value As Boolean
value = instance.HostHeaderIsSiteName
public bool HostHeaderIsSiteName { get; }
Property Value
Type: System.Boolean
true if the host header is used instead of the server relative path to uniquely identify the site collection; otherwise, false.