SPChangeQuery.List property
Gets or sets a Boolean value that specifies whether changes to lists are included in the query.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property List As Boolean
Get
Set
'Usage
Dim instance As SPChangeQuery
Dim value As Boolean
value = instance.List
instance.List = value
public bool List { get; set; }
Property value
Type: System.Boolean
true to include changes to lists; otherwise, false. The default is false.