Share via


PortalContext.ServerContext Property

Gets a ServerContext object that provides run-time methods for shared services in Microsoft Office SharePoint Server 2007.

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

Syntax

'Declaration
Public ReadOnly Property ServerContext As ServerContext
    Get
'Usage
Dim instance As PortalContext
Dim value As ServerContext

value = instance.ServerContext
public ServerContext ServerContext { get; }

Property Value

Type: Microsoft.Office.Server.ServerContext
A ServerContext object.

See Also

Reference

PortalContext Class

PortalContext Members

Microsoft.SharePoint.Portal Namespace