SPEventReceiverDefinitionCreationInformation.Synchronization property
This class or member is reserved for internal use and is not intended to be used in your code.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Synchronization As SPEventReceiverSynchronization
Get
Set
'Usage
Dim instance As SPEventReceiverDefinitionCreationInformation
Dim value As SPEventReceiverSynchronization
value = instance.Synchronization
instance.Synchronization = value
public SPEventReceiverSynchronization Synchronization { get; set; }
Property value
Type: Microsoft.SharePoint.SPEventReceiverSynchronization
See also
Reference
SPEventReceiverDefinitionCreationInformation class