Compartir a través de


de la propiedad SPRemoteEventResult.ChangedItemProperties

Espacio de nombres:  Microsoft.SharePoint.RemoteApp
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property ChangedItemProperties As Dictionary(Of String, Object)
    Get
    Set
'Uso
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; }

Valor de propiedad

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

Vea también

Referencia

clase SPRemoteEventResult

Miembros SPRemoteEventResult

Espacio de nombres Microsoft.SharePoint.RemoteApp