Condividi tramite


LongRunningOperationStatus.RedirectWhenFinished Property

Gets a value that indicates whether to redirect to a different page when the job 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
true to redirect to the specified URL when the task is finished; otherwise, false.

See Also

Reference

LongRunningOperationStatus Class

LongRunningOperationStatus Members

Microsoft.SharePoint.Publishing Namespace