SharePointListAdapterRW.SiteUrl Property
Gets the Uniform Resource Locator (URL) of the SharePoint Foundation site that the data connection represented by the SharepointListAdapterRWObject object will query.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Property SiteUrl As String
Get
Set
'Usage
Dim instance As SharePointListAdapterRW
Dim value As String
value = instance.SiteUrl
instance.SiteUrl = value
string SiteUrl { get; set; }
Property Value
Type: System.String
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.
See Also
Reference
SharePointListAdapterRW Interface