SPDeletedSiteLookupInfo.HostHeaderIsSiteName property
Gets or sets a value that specifies whether the host header is the name of the deleted site collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property HostHeaderIsSiteName As Boolean
Get
Set
'Usage
Dim instance As SPDeletedSiteLookupInfo
Dim value As Boolean
value = instance.HostHeaderIsSiteName
instance.HostHeaderIsSiteName = value
public bool HostHeaderIsSiteName { get; set; }
Property value
Type: System.Boolean
true if the host header is the name of the deleted site collection; otherwise, false.