Share via


SPRemoteEventResult.ChangedItemProperties property

Namespace:  Microsoft.SharePoint.RemoteApp
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ChangedItemProperties As Dictionary(Of String, Object)
    Get
    Set
'Usage
Dim instance As SPRemoteEventResult
Dim value As Dictionary(Of String, Object)

value = instance.ChangedItemProperties

instance.ChangedItemProperties = value
[DataMemberAttribute]
public Dictionary<string, Object> ChangedItemProperties { get; set; }

Property value

Type: System.Collections.Generic.Dictionary<String, Object>

See also

Reference

SPRemoteEventResult class

SPRemoteEventResult members

Microsoft.SharePoint.RemoteApp namespace