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)
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.