SPChangeQuery.Group property
Obtém ou define um valor de Boolean que especifica se as alterações em objetos SPGroup são incluídas na consulta.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property Group As Boolean
Get
Set
'Uso
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 para incluir alterações nos grupos; Caso contrário, false. O padrão é false.