SharePointListAdapterRW.SiteUrl 属性

获取 SharepointListAdapterRWObject 对象所代表的数据连接将查询的 SharePoint Foundation 网站统一资源定位器 (URL)。

命名空间:  Microsoft.Office.Interop.InfoPath.SemiTrust
程序集:  Microsoft.Office.Interop.InfoPath.SemiTrust(位于 Microsoft.Office.Interop.InfoPath.SemiTrust.dll 中)

语法

声明
Property SiteUrl As String
    Get
    Set
用法
Dim instance As SharePointListAdapterRW
Dim value As String

value = instance.SiteUrl

instance.SiteUrl = value
string SiteUrl { get; set; }

属性值

类型:System.String
网站的 URL。

备注

此成员只能由与当前打开的表单在相同域中运行的表单访问,或者由已授予跨域权限的表单访问。

另请参阅

引用

SharePointListAdapterRW 接口

SharePointListAdapterRW 成员

Microsoft.Office.Interop.InfoPath.SemiTrust 命名空间