_sSiteMetadata.PortalUrl field

Specifies the Url of the portal associated with the site collection.

Namespace:  WebSvcSiteData
Assembly:  STSSOAP (in STSSOAP.dll)

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

_sSiteMetadata structure

_sSiteMetadata members

WebSvcSiteData namespace

Url

Other resources

Understanding Absolute and Relative URL Addresses