Share via


TranslationItemInfo.InProgress property

Gets a Boolean value that indicates if the item is currently being translated but is not yet complete.

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

Syntax

'Declaration
Public ReadOnly Property InProgress As Boolean
    Get
'Usage
Dim instance As TranslationItemInfo
Dim value As Boolean

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

Property value

Type: System.Boolean

See also

Reference

TranslationItemInfo class

TranslationItemInfo members

Microsoft.Office.TranslationServices namespace