AudienceLoader.GetAudienceManager Method
Gets the AudienceManager for managing the user's audience information.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetAudienceManager As AudienceManager
'Usage
Dim instance As AudienceLoader
Dim returnValue As AudienceManager
returnValue = instance.GetAudienceManager()
public AudienceManager GetAudienceManager()
Return Value
Type: Microsoft.Office.Server.Audience.AudienceManager
The AudienceManager object that represents the entry point for the audience classes.
Remarks
This method supports run-time functionality such as the retrieval of audience lists to which the user belongs.