SPEventPropertiesBase.ReceiverData Property
Gets a string that contains data about the event.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property ReceiverData As String
Get
'Usage
Dim instance As SPEventPropertiesBase
Dim value As String
value = instance.ReceiverData
public string ReceiverData { get; }
Property Value
Type: System.String
A string that contains data about the event.