SPList.SendToLocationUrl property
取得或設定清單中的項目複製到另一個文件庫時所使用的 URL。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property SendToLocationUrl As String
Get
Set
'用途
Dim instance As SPList
Dim value As String
value = instance.SendToLocationUrl
instance.SendToLocationUrl = value
public string SendToLocationUrl { get; set; }
Property value
Type: System.String
包含 URL 的字串。