Share via


SPRemoteItemEventProperties.BeforeProperties property

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

Syntax

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

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

Property value

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

See also

Reference

SPRemoteItemEventProperties class

SPRemoteItemEventProperties members

Microsoft.SharePoint.RemoteApp namespace