ServerInfo.SharePointListUrl 属性

获取 Uri,它提供表单所在文档库的 URL。

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

语法

声明
Public MustOverride ReadOnly Property SharePointListUrl As Uri
    Get
用法
Dim instance As ServerInfo
Dim value As Uri

value = instance.SharePointListUrl
public abstract Uri SharePointListUrl { get; }

属性值

类型:System.Uri
文档库的 URL。

备注

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

可以通过 Microsoft InfoPath Filler 或 Web 浏览器内打开的表单中运行的代码访问此类型或成员。

另请参阅

引用

ServerInfo 类

ServerInfo 成员

Microsoft.Office.InfoPath 命名空间