SPEventPropertiesBase.ReceiverData property

Gets a string that contains data about the event.

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

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.

See also

Reference

SPEventPropertiesBase class

SPEventPropertiesBase members

Microsoft.SharePoint namespace