共用方式為


SPImportSettings.WebId property

取得或設定目的地網站的 GUID。

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

Syntax

'宣告
Public Property WebId As Guid
    Get
    Set
'用途
Dim instance As SPImportSettings
Dim value As Guid

value = instance.WebId

instance.WebId = value
public Guid WebId { get; set; }

Property value

Type: System.Guid
GUID。

請參閱

參照

SPImportSettings class

SPImportSettings members

Microsoft.SharePoint.Deployment namespace