TranslationJob.OutputSaveBehavior property
Namespace: Microsoft.Office.Client.TranslationServices
Assembly: Microsoft.Office.Client.TranslationServices (in Microsoft.Office.Client.TranslationServices.dll)
Syntax
'Declaration
Public Property OutputSaveBehavior As SaveBehavior
Get
Set
'Usage
Dim instance As TranslationJob
Dim value As SaveBehavior
value = instance.OutputSaveBehavior
instance.OutputSaveBehavior = value
public SaveBehavior OutputSaveBehavior { get; set; }
Property value
Type: Microsoft.Office.Client.TranslationServices.SaveBehavior