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


Свойство ChangeQuery.Item

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

value = instance.Item

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

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

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

См. также

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

ChangeQuery класс

Элементы ChangeQuery

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