ServerInfo.SharePointSiteCollectionUrl 属性

定义

获取一个 String ,它提供窗体所在的 SharePoint 网站集的 URL。

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

属性值

表单所在的 SharePoint 网站集的 URL。

注解

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

适用于