TranslationItemInfo.Succeeded property
Gets a Boolean value that indicates if the item was successfully translated.
Namespace: Microsoft.Office.TranslationServices
Assembly: Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)
'Declaration
Public ReadOnly Property Succeeded As Boolean
Get
'Usage
Dim instance As TranslationItemInfo
Dim value As Boolean
value = instance.Succeeded
public bool Succeeded { get; }
Type: System.Boolean