EventReceiverDefinitionCreationInformation.ReceiverName property
Specifies the name of the event receiver.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ReceiverName As String
Get
Set
'Usage
Dim instance As EventReceiverDefinitionCreationInformation
Dim value As String
value = instance.ReceiverName
instance.ReceiverName = value
public string ReceiverName { get; set; }
Property value
Type: System.String
See also
Reference
EventReceiverDefinitionCreationInformation class