SPRemoteEventResult.ChangedItemProperties - Propriété
Espace de noms : Microsoft.SharePoint.Client.EventReceivers
Assembly : Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public ReadOnly Property ChangedItemProperties As Dictionary(Of String, Object)
Get
'Utilisation
Dim instance As SPRemoteEventResult
Dim value As Dictionary(Of String, Object)
value = instance.ChangedItemProperties
[DataMemberAttribute]
public Dictionary<string, Object> ChangedItemProperties { get; }
Valeur de propriété
Type : System.Collections.Generic.Dictionary<String, Object>