SPRemoteItemEventProperties.BeforeProperties - Propriété
Espace de noms : Microsoft.SharePoint.Client.EventReceivers
Assembly : Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property BeforeProperties As Dictionary(Of String, Object)
Get
'Utilisation
Dim instance As SPRemoteItemEventProperties
Dim value As Dictionary(Of String, Object)
value = instance.BeforeProperties
public Dictionary<string, Object> BeforeProperties { get; }
Valeur de propriété
Type : System.Collections.Generic.Dictionary<String, Object>
Voir aussi
Référence
SPRemoteItemEventProperties classe