SPDeletedSiteLookupInfo.SiteId property
取得或設定已刪除的網站集合的 GUID。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property SiteId As Guid
Get
Set
'用途
Dim instance As SPDeletedSiteLookupInfo
Dim value As Guid
value = instance.SiteId
instance.SiteId = value
public Guid SiteId { get; set; }
Property value
Type: System.Guid
已刪除的網站集合的 GUID。