EventReceiverDefinitionCreationInformation.Synchronization property
Represents the synchronization state for the event receiver.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Synchronization As EventReceiverSynchronization
Get
Set
'Usage
Dim instance As EventReceiverDefinitionCreationInformation
Dim value As EventReceiverSynchronization
value = instance.Synchronization
instance.Synchronization = value
public EventReceiverSynchronization Synchronization { get; set; }
Property value
Type: Microsoft.SharePoint.Client.EventReceiverSynchronization
See also
Reference
EventReceiverDefinitionCreationInformation class