Share via


TranslationJob.Canceled property

Gets a Boolean value that indicates if the translation job is canceled.

Namespace:  Microsoft.Office.TranslationServices
Assembly:  Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)

Syntax

'Declaration
Public ReadOnly Property Canceled As Boolean
    Get
'Usage
Dim instance As TranslationJob
Dim value As Boolean

value = instance.Canceled
public bool Canceled { get; }

Property value

Type: System.Boolean

See also

Reference

TranslationJob class

TranslationJob members

Microsoft.Office.TranslationServices namespace