ConversionJobInfo.Canceled Property
Specifies whether the conversion job was canceled.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Canceled As Boolean
Get
'Usage
Dim instance As ConversionJobInfo
Dim value As Boolean
value = instance.Canceled
public bool Canceled { get; }
Property Value
Type: System.Boolean
Returns Boolean.