Share via


PortalApplication Class

NOTE: This API is now obsolete.

Provides run-time support for an Office SharePoint Server application.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Portal.PortalApplication

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class PortalApplication
'Usage
Dim instance As PortalApplication
[ObsoleteAttribute("This class is obsolete.")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class PortalApplication

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PortalApplication Members

Microsoft.SharePoint.Portal Namespace