SPItemEventProperties.ExternalNotificationMessage property
Gets the notification message received from the external system.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ExternalNotificationMessage As ReadOnlyCollection(Of Byte)
Get
'Usage
Dim instance As SPItemEventProperties
Dim value As ReadOnlyCollection(Of Byte)
value = instance.ExternalNotificationMessage
public ReadOnlyCollection<byte> ExternalNotificationMessage { get; }
Property value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Byte>
A collection of notification messages.
Remarks
This property is applicable only for event receivers on external lists.