LongRunningOperationStatus.RedirectWhenFinished Property
If this value is true, redirects to the specified URL when the task is finished.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property RedirectWhenFinished As Boolean
Get
Friend Set
'Usage
Dim instance As LongRunningOperationStatus
Dim value As Boolean
value = instance.RedirectWhenFinished
public bool RedirectWhenFinished { get; internal set; }
Property Value
Type: System.Boolean
See Also
Reference
LongRunningOperationStatus Class