ChangeQuery.SystemUpdate property
Gets or sets a value that specifies whether updates made using the item SystemUpdate method are included in the query.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property SystemUpdate As Boolean
Get
Set
'Usage
Dim instance As ChangeQuery
Dim value As Boolean
value = instance.SystemUpdate
instance.SystemUpdate = value
public bool SystemUpdate { get; set; }
Property value
Type: System.Boolean
Returns Booleantrue if updates made using the item SystemUpdate method are included in the query; otherwise, returns false. The default value is