SPRemoteItemEventProperties.AfterProperties property

Namespace:  Microsoft.SharePoint.Client.EventReceivers
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property AfterProperties As Dictionary(Of String, Object)
    Get
'Usage
Dim instance As SPRemoteItemEventProperties
Dim value As Dictionary(Of String, Object)

value = instance.AfterProperties
public Dictionary<string, Object> AfterProperties { get; }

Property value

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

See also

Reference

SPRemoteItemEventProperties class

SPRemoteItemEventProperties members

Microsoft.SharePoint.Client.EventReceivers namespace