Share via


DuplicatePortalUrlException.Url Property

NOTE: This API is now obsolete.

Obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute> _
Public ReadOnly Property Url As Uri
    Get
'Usage
Dim instance As DuplicatePortalUrlException
Dim value As Uri

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

Property Value

Type: System.Uri
The System.Uri used to create a PortalUrl instance.

Remarks

The DuplicatePortalUrlException class represents the exception that is thrown by the Commit method of the PortalUrl class when a duplicate URL for a PortalSite object already exists in the same zone.

See the PortalUrl class for additional information about the PortalUrl object.

See Also

Reference

DuplicatePortalUrlException Class

DuplicatePortalUrlException Members

Microsoft.SharePoint.Portal.Topology Namespace