Share via


EventReceiverDefinition.Synchronization property

Gets an enumeration that specifies the synchronization state for the event receiver.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Synchronization As EventReceiverSynchronization
    Get
'Usage
Dim instance As EventReceiverDefinition
Dim value As EventReceiverSynchronization

value = instance.Synchronization
public EventReceiverSynchronization Synchronization { get; }

Property value

Type: Microsoft.SharePoint.Client.EventReceiverSynchronization
The synchronization state for the event receiver.

See also

Reference

EventReceiverDefinition class

EventReceiverDefinition members

Microsoft.SharePoint.Client namespace