SPMobileCommentsDeleteNavigation.RedirectUrl Property
Gets the URL of the page that opens when a user clicks the Delete control.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property RedirectUrl As String
Get
'Usage
Dim instance As SPMobileCommentsDeleteNavigation
Dim value As String
value = instance.RedirectUrl
public override string RedirectUrl { get; }
Property Value
Type: System.String
The URL of the page that is navigated to when the user clicks the Delete control.
See Also
Reference
SPMobileCommentsDeleteNavigation Class