AudienceOperator.bGroupOperator Property
Gets a flag that indicates whether the operator portion of the audience rule is a group operator or a "NOT" operator.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property bGroupOperator As Boolean
Get
'Usage
Dim instance As AudienceOperator
Dim value As Boolean
value = instance.bGroupOperator
public bool bGroupOperator { get; }
Property Value
Type: System.Boolean
A Boolean value. true if the operator is a group operator; false if the operator is a "NOT" operator.
Remarks
The bGroupOperator property is read-only. Valid group operations are contained in the AudienceGroupOperation enumeration, and include "AND," "OR," "(," and ")."