共用方式為


SPDeletedSiteLookupInfo.HostHeaderIsSiteName property

取得或設定一個值,指定的主機標頭是否已刪除的網站集合的名稱。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property HostHeaderIsSiteName As Boolean
    Get
    Set
'用途
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主機標頭的已刪除的網站集合名稱 ; 如果否則,請false。

請參閱

參照

SPDeletedSiteLookupInfo class

SPDeletedSiteLookupInfo members

Microsoft.SharePoint.Administration namespace