SPEventPropertiesBase.RedirectUrl Property
A URL to redirect to when the status of SPEventReceiverStatus is CancelWithRedirectUrl.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property RedirectUrl As String
Get
Set
'Usage
Dim instance As SPEventPropertiesBase
Dim value As String
value = instance.RedirectUrl
instance.RedirectUrl = value
public string RedirectUrl { get; set; }
Property Value
Type: System.String
Returns a String of the URL to redirect to.