SPRemoteItemEventProperties.ExternalNotificationMessage property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ExternalNotificationMessage As Byte()
    Get
    Set
'Usage
Dim instance As SPRemoteItemEventProperties
Dim value As Byte()

value = instance.ExternalNotificationMessage

instance.ExternalNotificationMessage = value
[DataMemberAttribute]
public byte[] ExternalNotificationMessage { get; set; }

Property value

Type: []

See also

Reference

SPRemoteItemEventProperties class

SPRemoteItemEventProperties members

Microsoft.SharePoint.Client.EventReceivers namespace