SPRemoteEventProperties.WebEventProperties - Propriété
Espace de noms : Microsoft.SharePoint.Client.EventReceivers
Assembly : Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property WebEventProperties As SPRemoteWebEventProperties
Get
Set
'Utilisation
Dim instance As SPRemoteEventProperties
Dim value As SPRemoteWebEventProperties
value = instance.WebEventProperties
instance.WebEventProperties = value
[DataMemberAttribute]
public SPRemoteWebEventProperties WebEventProperties { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.EventReceivers.SPRemoteWebEventProperties
Voir aussi
Référence
SPRemoteEventProperties classe