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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPDeletedSiteLookupInfo Class

SPDeletedSiteLookupInfo Members

Microsoft.SharePoint.Administration Namespace