Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.UserProfiles (in Microsoft.Office.Server.UserProfiles.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. |