Share via


PortalContext.SiteUrlPath Property

NOTE: This API is now obsolete.

Gets the absolute path of the front-end Web server.

Namespace:  Microsoft.SharePoint.Portal
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property SiteUrlPath As String
    Get
'Usage
Dim instance As PortalContext
Dim value As String

value = instance.SiteUrlPath
[ObsoleteAttribute("This class is obsolete.")]
public string SiteUrlPath { get; }

Property Value

Type: System.String
A string that contains the absolute path of the front-end Web server.

See Also

Reference

PortalContext Class

PortalContext Members

Microsoft.SharePoint.Portal Namespace