SPRemoteItemEventProperties.BeforeProperties property
Namespace: Microsoft.SharePoint.Client.EventReceivers
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property BeforeProperties As Dictionary(Of String, Object)
Get
'Usage
Dim instance As SPRemoteItemEventProperties
Dim value As Dictionary(Of String, Object)
value = instance.BeforeProperties
public Dictionary<string, Object> BeforeProperties { get; }
Property value
Type: System.Collections.Generic.Dictionary<String, Object>
See also
Reference
SPRemoteItemEventProperties class