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


Свойство ChangeQuery.Update

Gets or sets a value that specifies whether update changes 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 Update As Boolean
    Get
    Set
'Применение
Dim instance As ChangeQuery
Dim value As Boolean

value = instance.Update

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

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

Тип: System.Boolean
Returns Booleantrue if update changes are included in the query; otherwise, returns false. The default value is

См. также

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

ChangeQuery класс

Элементы ChangeQuery

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