Share via


Audience.GroupOperation Property

Gets a member of the AudienceGroupOperation enumeration that indicates the group operation that applies to this audience.

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

Syntax

'Declaration
Public Property GroupOperation As AudienceGroupOperation
    Get
    Set
'Usage
Dim instance As Audience
Dim value As AudienceGroupOperation

value = instance.GroupOperation

instance.GroupOperation = value
public AudienceGroupOperation GroupOperation { get; set; }

Property Value

Type: Microsoft.Office.Server.Audience.AudienceGroupOperation
Member of the Microsoft.SharePoint.Portal.Audience.AudienceGroupOperation enumeration that indicates the group operation that applies to this audience.

Remarks

The GroupOperation property is read-only.

See Also

Reference

Audience Class

Audience Members

Microsoft.Office.Server.Audience Namespace