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


Свойство ChangeQuery.Site

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

value = instance.Site

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

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

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

См. также

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

ChangeQuery класс

Элементы ChangeQuery

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