EventReceiverDefinitionCreationInformation.EventType - Propriété
Spécifie le type d'événement comme spécifié par EventReceiverType.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property EventType As EventReceiverType
Get
Set
'Utilisation
Dim instance As EventReceiverDefinitionCreationInformation
Dim value As EventReceiverType
value = instance.EventType
instance.EventType = value
public EventReceiverType EventType { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.EventReceiverType
Voir aussi
Référence
EventReceiverDefinitionCreationInformation classe