AudienceManager.CurrentServerContext Property
Gets the reference to the PortalContext object with which this object was initialized.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentServerContext As ServerContext
Get
'Usage
Dim instance As AudienceManager
Dim value As ServerContext
value = instance.CurrentServerContext
public ServerContext CurrentServerContext { get; }
Property Value
Type: Microsoft.Office.Server.ServerContext
PortalContext. Reference to an instance of the PortalContext object with which this instance of the AudienceManager object was initialized.
Remarks
The CurrentServerContext property is read-only.