Partager via


PortalUrl, classe (Microsoft.SharePoint.Portal.Topology)

Obsolète.  

Use classes in the Microsoft.SharePoint.Administration namespace in Windows SharePoint Services 3.0 instead.

Espace de noms : Microsoft.SharePoint.Portal.Topology
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
<DefaultMemberAttribute("Item")> _
<ObsoleteAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public Class PortalUrl
    Inherits TopologyObjectBase
'Utilisation
Dim instance As PortalUrl
[DefaultMemberAttribute("Item")] 
[ObsoleteAttribute] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
public class PortalUrl : TopologyObjectBase

Remarques

The PortalUrl constructor throws an InvalidOperationException exception when you try to create a portal URL with an existing URL name. The workaround is to use a try/catch block around any PortalUrl constructors.

Hiérarchie d'héritage

System.Object
   Microsoft.SharePoint.Portal.Topology.TopologyObjectBase
    Microsoft.SharePoint.Portal.Topology.PortalUrl

Sécurité des threads

Les membres statiques publics de ce type (Shared en Visual Basic) sont sécurisés au niveau des threads. Il n'est pas garanti que les membres d'instance soient sécurisés au niveau des threads.

Voir aussi

Référence

Membres PortalUrl
Microsoft.SharePoint.Portal.Topology, espace de noms