Edit

Share via


SharePointListAdapterRW.SiteUrl Property

Definition

Gets the Uniform Resource Locator (URL) of the SharePoint Foundation site that the data connection represented by the Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapterRWObject object will query.

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

Property Value

The URL of the site.

Remarks

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

Applies to