ServerInfo.SharePointServerRootUrl 属性

定义

获取一个 , String 它提供窗体所在的 SharePoint 服务器的根 URL。

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

属性值

表单所在的 SharePoint 服务器的根 URL。

注解

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

适用于