Share via


TranslationJob.Started property

Gets a Boolean value that specifies whether the translation job has been committed.

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

Syntax

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

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

Property value

Type: System.Boolean

See also

Reference

TranslationJob class

TranslationJob members

Microsoft.Office.TranslationServices namespace