共用方式為


DataFormWebPart.ListUrl property

取得或設定清單的 URL。

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

Syntax

'宣告
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ListUrl As String
    Get
    Set
'用途
Dim instance As DataFormWebPart
Dim value As String

value = instance.ListUrl

instance.ListUrl = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string ListUrl { get; set; }

Property value

Type: System.String
String 包含清單的 URL。

備註

ListUrl、 ListDisplayNameListName屬性用來判斷其列出資料表單參考。ListUrl屬性有優先順序高於 [ ListDisplayName ] 屬性中,但低於ListName屬性。

請參閱

參照

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace