TranslationItemInfo.OutputFile property
Namespace: Microsoft.Office.Client.TranslationServices
Assembly: Microsoft.Office.Client.TranslationServices (in Microsoft.Office.Client.TranslationServices.dll)
Syntax
'Declaration
Public ReadOnly Property OutputFile As String
Get
'Usage
Dim instance As TranslationItemInfo
Dim value As String
value = instance.OutputFile
public string OutputFile { get; }
Property value
Type: System.String