SPChangeQuery.Group property

Gets or sets a Boolean value that specifies whether changes to SPGroup objects are included in the query.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Group As Boolean
    Get
    Set
'Usage
Dim instance As SPChangeQuery
Dim value As Boolean

value = instance.Group

instance.Group = value
public bool Group { get; set; }

Property value

Type: System.Boolean
true to include changes to groups; otherwise, false. The default is false.

See also

Reference

SPChangeQuery class

SPChangeQuery members

Microsoft.SharePoint namespace

SPChangeGroup