SPRemoteEntityInstanceEventProperties.NotificationMessage property
Namespace: Microsoft.SharePoint.Client.EventReceivers
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property NotificationMessage As Byte()
Get
Set
'Usage
Dim instance As SPRemoteEntityInstanceEventProperties
Dim value As Byte()
value = instance.NotificationMessage
instance.NotificationMessage = value
[DataMemberAttribute]
public byte[] NotificationMessage { get; set; }
Property value
Type: []
See also
Reference
SPRemoteEntityInstanceEventProperties class