Поделиться через


Свойство ChangeQuery.SystemUpdate

Gets or sets a value that specifies whether updates made using the item SystemUpdate method are included in the query.

Пространство имен:  Microsoft.SharePoint.Client
Сборки:   Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)

Синтаксис

'Декларация
Public Property SystemUpdate As Boolean
    Get
    Set
'Применение
Dim instance As ChangeQuery
Dim value As Boolean

value = instance.SystemUpdate

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

Значение свойства

Тип: System.Boolean
Returns Booleantrue if updates made using the item SystemUpdate method are included in the query; otherwise, returns false. The default value is

См. также

Справочные материалы

ChangeQuery класс

Элементы ChangeQuery

Пространство имен Microsoft.SharePoint.Client