EventReceiverDefinitionCreationInformation.ReceiverUrl property
Specifies the URL of a web service that is used for receiving events.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ReceiverUrl As String
Get
Set
'Usage
Dim instance As EventReceiverDefinitionCreationInformation
Dim value As String
value = instance.ReceiverUrl
instance.ReceiverUrl = value
public string ReceiverUrl { get; set; }
Property value
Type: System.String
See also
Reference
EventReceiverDefinitionCreationInformation class