Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether the user requested that the job be canceled.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property UserRequestedCancel As Boolean
Get
'Usage
Dim instance As LongRunningOperationStatus
Dim value As Boolean
value = instance.UserRequestedCancel
public bool UserRequestedCancel { get; }
Property Value
Type: System.Boolean
See Also
Reference
LongRunningOperationStatus Class