AudienceSiteInfo.CurrentServerContext Property
Gets an instance of Microsoft.Office.Server.ServerContext object that contains information about the portal site associated with this audience.
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 AudienceSiteInfo
Dim value As ServerContext
value = instance.CurrentServerContext
public ServerContext CurrentServerContext { get; }
Property Value
Type: Microsoft.Office.Server.ServerContext
An instance of the Microsoft.Office.Server.ServerContext object that contains information about the portal site associated with this audience.
Remarks
The CurrentServerContext property is read-only.