SharePointListAdapterRW.SiteUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.