AudienceGroupOperation Enumeration

Specifies the operations that can be performed on an audience that has more than one rule.

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

Syntax

'Declaration
Public Enumeration AudienceGroupOperation
'Usage
Dim instance As AudienceGroupOperation
public enum AudienceGroupOperation

Members

Member name Description
AUDIENCE_NOGROUP_OPERATION Indicates a NOGROUP operation on the rules. There is only one rule for this audience.
AUDIENCE_OR_OPERATION Indicates an OR operation on the rules.
AUDIENCE_AND_OPERATION Indicates an AND operation on the rules.
AUDIENCE_MIX_OPERATION Indicates an MIX operation on the rules, which means there are both AND and OR operations.

See Also

Reference

Microsoft.Office.Server.Audience Namespace