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
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.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.
See Also
Reference
SharePointListAdapterRW Interface