Share via


EventReceiverDefinition.ReceiverUrl property

Gets the URL of the receiver for the event.

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

Syntax

'Declaration
Public ReadOnly Property ReceiverUrl As String
    Get
'Usage
Dim instance As EventReceiverDefinition
Dim value As String

value = instance.ReceiverUrl
public string ReceiverUrl { get; }

Property value

Type: System.String
The URL of the receiver.

See also

Reference

EventReceiverDefinition class

EventReceiverDefinition members

Microsoft.SharePoint.Client namespace