_sSiteMetadata.PortalUrl Field
Specifies the Url of the portal associated with the site collection.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
Public PortalUrl As String
'Usage
Dim instance As _sSiteMetadata
Dim value As String
value = instance.PortalUrl
instance.PortalUrl = value
public string PortalUrl
Remarks
This is the URL for the site which acts as an umbrella to other sites and that can be used as an Internet entry point by a large organization. It ends with a forward slash ("/"), as in "http://Portal_Name/".
See Also
Reference
Other Resources
Understanding Absolute and Relative URL Addresses