LongRunningOperationStatus.UserCanCancel Property

Gets a value that indicates if the user can cancel the job that is currently running.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property UserCanCancel As Boolean
    Get
    Friend Set
'Usage
Dim instance As LongRunningOperationStatus
Dim value As Boolean

value = instance.UserCanCancel
public bool UserCanCancel { get; internal set; }

Property Value

Type: System.Boolean

See Also

Reference

LongRunningOperationStatus Class

LongRunningOperationStatus Members

Microsoft.SharePoint.Publishing Namespace