SPImportSettings.WebUrl property
取得或設定目的地網站的 URL。
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property WebUrl As String
Get
Set
'用途
Dim instance As SPImportSettings
Dim value As String
value = instance.WebUrl
instance.WebUrl = value
public string WebUrl { get; set; }
Property value
Type: System.String
包含 URL string 。