SharePointListAdapterRW.SiteUrl 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取对象表示 Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapterRWObject 的数据连接将查询的 SharePoint Foundation 网站的统一资源定位符 (URL) 。
public:
property System::String ^ SiteUrl { System::String ^ get(); void set(System::String ^ value); };
public string SiteUrl { get; set; }
member this.SiteUrl : string with get, set
Public Property SiteUrl As String
属性值
网站的 URL。
注解
此成员只能由与当前打开的表单在相同域中运行的表单访问,或者由已授予跨域权限的表单访问。