Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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