Свойство EventReceiverDefinitionCreationInformation.Synchronization
Represents the synchronization state for the event receiver.
Пространство имен: 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 Synchronization As EventReceiverSynchronization
Get
Set
'Применение
Dim instance As EventReceiverDefinitionCreationInformation
Dim value As EventReceiverSynchronization
value = instance.Synchronization
instance.Synchronization = value
public EventReceiverSynchronization Synchronization { get; set; }
Значение свойства
Тип: Microsoft.SharePoint.Client.EventReceiverSynchronization
См. также
Справочные материалы
EventReceiverDefinitionCreationInformation класс