LongRunningOperationStatus.NavigateWhenDoneUrl Property
URL to navigate to after successful completion of job. Navigation may occur automatically or may require that the user clicks OK, depending on the value that has been set on the RedirectWhenFinished property.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property NavigateWhenDoneUrl As String
Get
Friend Set
'Usage
Dim instance As LongRunningOperationStatus
Dim value As String
value = instance.NavigateWhenDoneUrl
public string NavigateWhenDoneUrl { get; internal set; }
Property Value
Type: System.String
See Also
Reference
LongRunningOperationStatus Class