Compartilhar via


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.UserProfiles (in Microsoft.Office.Server.UserProfiles.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 ")."

See Also

Reference

AudienceOperator Class

AudienceOperator Members

Microsoft.Office.Server.Audience Namespace