TranslationItemInfo.InProgress property
Namespace: Microsoft.Office.Client.TranslationServices
Assembly: Microsoft.Office.Client.TranslationServices (in Microsoft.Office.Client.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