DuplicatePortalUrlException.Zone 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 Zone As PortalZone
Get
'Usage
Dim instance As DuplicatePortalUrlException
Dim value As PortalZone
value = instance.Zone
[ObsoleteAttribute]
public PortalZone Zone { get; }
Property Value
Type: Microsoft.SharePoint.Portal.Topology.PortalZone
The Microsoft.SharePoint.Portal.Topology.PortalZone used to create an instance of PortalUrl.
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 Also
Reference
DuplicatePortalUrlException Class