PortalSite.Url Property

NOTE: This API is now obsolete.

Note   In Microsoft Office SharePoint Server 2007, Microsoft.SharePoint.Portal.Topology.PortalSite.Url { set; } now throws NotSupportedException.

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

Syntax

'Declaration
<ObsoleteAttribute> _
Public Property Url As String
    Get
    Set
'Usage
Dim instance As PortalSite
Dim value As String

value = instance.Url

instance.Url = value
[ObsoleteAttribute]
public string Url { get; set; }

Property Value

Type: System.String

See Also

Reference

PortalSite Class

PortalSite Members

Microsoft.SharePoint.Portal.Topology Namespace