AudienceManager.IsFilterActive method

Determines if the current ServerContext and UserProfileApplication have been set.

Namespace:  Microsoft.Office.Server.Audience
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function IsFilterActive As Boolean
'Usage
Dim instance As AudienceManager
Dim returnValue As Boolean

returnValue = instance.IsFilterActive()
public bool IsFilterActive()

Return value

Type: System.Boolean
True if the context and user values have been set; otherwise, false.

Implements

IRuntimeFilter.IsFilterActive()

See also

Reference

AudienceManager class

AudienceManager members

Microsoft.Office.Server.Audience namespace