SharepointListAdapter2.SiteUrl 属性

定义

获取对象将查询的Windows SharePoint Services网站的SharepointListAdapterObject统一资源定位符 (URL) 。

public:
 property System::String ^ SiteUrl { System::String ^ get(); };
public string SiteUrl { get; }
member this.SiteUrl : string
Public ReadOnly Property SiteUrl As String

属性值

统一资源定位符 (对象将查询的Windows SharePoint Services网站的 SharepointListAdapterObject URL) 。

实现

示例

在以下示例中,指向 SharePoint 列表的现有数据连接的 SiteUrl 属性“SharePoint 列表”显示在消息框中:

SharepointListAdapter SPList = ((SharepointListAdapter)thisXDocument.DataAdapters[“SharePoint list”]);
thisXDocument.UI.Alert(SPList.<span class="label">SiteUrl</span>);

适用于