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()